Changes between Version 38 and Version 39 of UsersWikiWinCompile


Ignore:
Timestamp:
Jun 23, 2009, 5:22:35 AM (15 years ago)
Author:
nicklas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v38 v39  
    104104now we shall configure and make this tool[[BR]]
    105105print:
    106       4. ''configure --prefix-/c/mingw && make && make install''
     106      4. ''configure --prefix=/c/mingw && make && make install''
    107107now 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]]
    108108now go to the other source-code directories and do the same[[BR]]
    109109      5. ''cd ..'' (backing to the directory c:\thesrc)
    110110      6. ''cd automake-1.10.2''
    111       7. ''configure --prefix-/c/mingw && make && make install''
     111      7. ''configure --prefix=/c/mingw && make && make install''
    112112
    113113      8. ''cd ..'' (backing to the directory c:\thesrc)
    114114      9. ''cd libtool-2.2.4''
    115       10. ''configure --prefix-/c/mingw && make && make install''
     115      10. ''configure --prefix=/c/mingw && make && make install''
    116116 
    117117 
     
    120120move to folder[[BR]]
    121121      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''
    123123note that we now have changed the install-directory from mingw to postgres
    124124
     
    161161Do the same as with postgresql, extract to c:\thesrc[[BR]]
    162162in 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''
    164164     2. To strip all the debug info weight from the libgeos-3-1-1.dll run
    165165
     
    170170Download latest Proj from trac.osgeo.org/proj/ (http://download.osgeo.org/proj/proj-4.6.1.zip)[[BR]]
    171171in 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''
    173173
    174174'''12. Compiling PostGIS SVN 1.4'''