# HG changeset patch # User Volker Grabsch # Date 1306320504 -7200 # Node ID 17c00e8cff5b27e5d25028e2263ee1669e733ebf # Parent f6e74296023bd01d26af373362f40e03b40616dc improved documentation diff -r f6e74296023b -r 17c00e8cff5b doc/index.html --- a/doc/index.html Wed May 25 12:48:11 2011 +0200 +++ b/doc/index.html Wed May 25 12:48:24 2011 +0200 @@ -702,7 +702,7 @@

Install - Xcode (v3.2x) + Xcode 3 and MacPorts, then run: @@ -718,7 +718,7 @@

sudo port install gcc_select
 sudo gcc_select gcc42

- Xcode 4 is not supported. + Xcode 4 is not supported yet.

openSUSE

@@ -737,6 +737,22 @@
zypper install -R gcc-32bit glibc-devel-32bit \
                   libgcc45-32bit libgomp45-32bit \
                   libstdc++45-devel-32bit
+ +

Open Issues with NSIS

+ +

+ The NSIS package contains some native tools that are + currently 32-bit only. In order to build these on a + 64-bit system, multi-lib support must be enabled in the + compiler toolchain. However, not all operating systems + support this. +

+

+ Since no other packages depend on it, the remainder of + mingw-cross-env can be successfully built by simply + removing the package: +

+
rm where mingw-cross-env is unpacked/src/nsis.mk
@@ -859,24 +875,6 @@

- -

Open Issues

- -

NSIS

- -

- The NSIS package contains some native tools that are - currently 32-bit only. In order to build these on a - 64-bit system, multi-lib support must be enabled in the - compiler toolchain. However, not all operating systems - support this. -

-

- Since no other packages depend it, the remainder of - mingw-cross-env can be successfully built by simply - removing the package: -

-
rm where mingw-cross-env is unpacked/src/nsis.mk