Changes between Version 38 and Version 39 of UsersWikiWinCompile
- Timestamp:
- 06/23/09 05:22:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v38 v39 104 104 now we shall configure and make this tool[[BR]] 105 105 print: 106 4. ''configure --prefix -/c/mingw && make && make install''106 4. ''configure --prefix=/c/mingw && make && make install'' 107 107 now a lot of text shall appear in the window and after a while you will hopefully get no error-messages but jut get back to your prompt.[[BR]] 108 108 now go to the other source-code directories and do the same[[BR]] 109 109 5. ''cd ..'' (backing to the directory c:\thesrc) 110 110 6. ''cd automake-1.10.2'' 111 7. ''configure --prefix -/c/mingw && make && make install''111 7. ''configure --prefix=/c/mingw && make && make install'' 112 112 113 113 8. ''cd ..'' (backing to the directory c:\thesrc) 114 114 9. ''cd libtool-2.2.4'' 115 10. ''configure --prefix -/c/mingw && make && make install''115 10. ''configure --prefix=/c/mingw && make && make install'' 116 116 117 117 … … 120 120 move to folder[[BR]] 121 121 1. ''cd /c/thesrc/postgresql-8.3.7'' (the version of today) 122 2. ''configure --prefix -/c/postgres && make && make install''122 2. ''configure --prefix=/c/postgres && make && make install'' 123 123 note that we now have changed the install-directory from mingw to postgres 124 124 … … 161 161 Do the same as with postgresql, extract to c:\thesrc[[BR]] 162 162 in msys terminal move to the GEOS source-code directory[[BR]] 163 1. ''configure --prefix -/c/postgres && make && make install''163 1. ''configure --prefix=/c/postgres && make && make install'' 164 164 2. To strip all the debug info weight from the libgeos-3-1-1.dll run 165 165 … … 170 170 Download latest Proj from trac.osgeo.org/proj/ (http://download.osgeo.org/proj/proj-4.6.1.zip)[[BR]] 171 171 in msys terminal move to the Proj source-code directory[[BR]] 172 1. ''configure --prefix -/c/postgres && make && make install''172 1. ''configure --prefix=/c/postgres && make && make install'' 173 173 174 174 '''12. Compiling PostGIS SVN 1.4'''