Changes between Version 73 and Version 74 of UsersWikiWinCompile


Ignore:
Timestamp:
Sep 15, 2009, 7:58:03 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompile

    v73 v74  
    236236       5. ''configure --prefix=/c/postgresql --with-pgconfig=/c/postgresql/bin/pg_config --with-geosconfig=/c/postgresql/bin/geos-config --with-projdir=/c/postgresql''
    237237       6.  export PATH"/c/postgres/bin:$PATH"
    238        7. ''make clean && make''
     238       7. ''make clean && make'' 
     239               (if you run into problems --  To pipe output to file do for further analysis
     240                                 make 2>&1 | tee /c/build.log)
    239241       8. ''make install''
    240242       9. ''make check'' [UsersWikiMakeCheckConsiderations Make Check gotchas]