Changes between Version 15 and Version 16 of DevWikiWinVC_15


Ignore:
Timestamp:
Oct 4, 2010, 10:15:44 AM (14 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinVC_15

    v15 v16  
    1313
    1414 1. Install Active State ActivePerl (5.8+) [http://www.activestate.com/activeperl/downloads http://www.activestate.com/activeperl/downloads]
    15  2. Download PostgreSQL source and Extract PostgreSQL 9.0 source tar ball into folder C:\Projects\PostgreSQL\postgresql-9.0.0win
    16  3. Create a file C:\Projects\PostgreSQL\postgresql-9.0.0win\src\tools\msvc\buildenv.pl
     15 2. Download PostgreSQL source and Extract PostgreSQL 9.0 source tar ball [http://www.postgresql.org/ftp/source/ http://www.postgresql.org/ftp/source/]
     16 into folder C:\Projects\PostgreSQL\postgresql-9.0.1win
     17 3. Create a file C:\Projects\PostgreSQL\postgresql-9.0.1win\src\tools\msvc\buildenv.pl
    1718Add add a line -- note in our case -- we compile with mingw usually, so we are completely overwriting the path
    1819with one that doesn't contain mingw because mingw and VC++ don't play well together when compiling PostgreSQL
     
    2728 4. Open up VC ++ commandling from: start->Programs->Visual c++ Express 2008 ->Visual Studio Tools
    2829
    29  5. cd C:\Projects\PostgreSQL\postgresql-9.0.0win\src\tools\msvc
     30 5. cd C:\Projects\PostgreSQL\postgresql-9.0.1win\src\tools\msvc
    3031 6. clean.bat
    3132 7. build.bat