From 0a01f4fc97ba08c322778bbf2eb891336dc621ee Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 3 Jan 2016 20:42:16 +0300 Subject: add a link to pkg.mxe.cc to index.html See https://github.com/mxe/mxe/issues/911#issuecomment-146791434 --- index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9379f03..f705780 100644 --- a/index.html +++ b/index.html @@ -211,7 +211,7 @@ exit

cd /opt/mxe
-

Step 3: Build MXE

+

Step 3a: Build MXE

Enter the directory where you've downloaded MXE. @@ -269,6 +269,15 @@ exit After you're done it just needs a little post-installation.

+

Step 3b: Install MXE from the binary distribution

+ +

+ Instead of building MXE packages from source, you can + download precompiled packages. There are two options: + tar archives and Debian packages. + See pkg.mxe.cc. +

+

Step 4: Environment Variables

@@ -647,6 +656,11 @@ USE_OSGPLUGIN(<plugin2>) Only the latest Debian stable series is supported.

+

+ You can install a precompiled MXE via Debian packages. + See pkg.mxe.cc. +

+

Fedora

@@ -4083,6 +4097,9 @@ endef Project on GitHub
  • + Binary distribution of packages +
  • +
  • Entry on Open Hub
  • -- cgit v0.12 From d1599d5bcfbab43cc2ee561c9f6521530edbfbb9 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sun, 3 Jan 2016 20:48:05 +0300 Subject: add Battleship to "Introduction" and "Used by" --- index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f705780..41c6e9e 100644 --- a/index.html +++ b/index.html @@ -86,12 +86,17 @@
  • integrates well with autotools, cmake, qmake, - and hand-written makefiles. + and hand-written makefiles
  • has been in continuous development since 2007 and is used by several projects
  • +
  • + has pre-compiled binaries + that can be used + in Continuous Integration systems +
  • Supported Toolchains

    @@ -4207,6 +4212,9 @@ endef Aorta
  • + Battleship game +
  • +
  • Bino
  • -- cgit v0.12