X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=README.MinGW;h=2d405da6a5319b67448d8542c670738ec5826a61;hp=666e248095f53a81e15a0f34ec90d00b99f64bb9;hb=b35ecb17e0406b48556609207aa52e9fee15cec6;hpb=36b653e854865c31c56f04d059d78a0d5e3f4e24 diff --git a/README.MinGW b/README.MinGW index 666e2480..2d405da6 100644 --- a/README.MinGW +++ b/README.MinGW @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: README.MinGW,v 1.2 2010/09/25 22:16:12 juergen Exp $ +-- $Id: README.MinGW,v 1.3 2010/10/02 16:32:41 juergen Exp $ -- Author: Juergen Pfeifer ------------------------------------------------------------------------------- @@ -93,6 +93,11 @@ This is the configuration commandline as I'm using it at the moment: ./configure --prefix=/mingw --without-cxx-binding --without-ada --enable-warnings --enable-assertions --enable-reentrant --with-debug --with-normal --disable-home-terminfo --enable-sp-funcs --enable-term-driver --enable-interop --with-pthread +If you are on a 64-Bit Windows system and want to build a 32-Bit version +of ncurses, you may use this commandline for configuration (when using +the TDM toolchain): + +CC="gcc -m32" LD="ld -m32" ./configure --prefix=/mingw --without-cxx-binding --without-ada --enable-warnings --enable-assertions --enable-reentrant --with-debug --with-normal --disable-home-terminfo --enable-sp-funcs --enable-term-driver --enable-interop --with-pthread All the options above are - like the whole Windows support - experimental.