Changes between Version 6 and Version 7 of Building/QuickStart
- Timestamp:
- 03/08/10 05:15:49 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/QuickStart
v6 v7 18 18 (this step isn't necessary if you have a source distribution). 19 19 20 Windows users: 21 22 {{{ 23 $ ./configure --host=i386-unknown-mingw32 24 --with-gcc=c:/mingw/bin/gcc 25 --with-ld=c:/mingw/bin/ld.exe 26 }}} 27 28 where `c:/mingw` should be replaced by the place you installed MinGW, if you installed it somewhere other than the default. 29 30 Non-Windows users can just say: 20 Next: 31 21 32 22 {{{ 33 23 $ ./configure 34 }}}35 36 Now everybody:37 38 {{{39 24 $ make 40 25 $ make install
