Changes between Version 92 and Version 93 of DevWikiWinMingW64
- Timestamp:
- 03/04/12 21:08:19 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v92 v93 59 59 tar -xvf autoconf-2.65.tar.gz 60 60 cd autoconf-2.65 61 ./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 (if you are building for 64-bit then use -- build=x86_64-w64-mingw32)61 ./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 (if you are building for 64-bit then use --host=x86_64-w64-mingw32) 62 62 make && make install 63 63 autoconf --version … … 131 131 tar xjf geos-3.3.2.tar.bz2 132 132 cd geos-3.3.2 133 ./configure --prefix=/c/projects/geos/rel-3.3.2 -- build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32133 ./configure --prefix=/c/projects/geos/rel-3.3.2 --host=i686-w64-mingw32 134 134 make 135 135 make install