Changes between Version 15 and Version 16 of DevWikiWinVC_15
- Timestamp:
- 10/04/10 10:15:44 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinVC_15
v15 v16 13 13 14 14 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 17 18 Add add a line -- note in our case -- we compile with mingw usually, so we are completely overwriting the path 18 19 with one that doesn't contain mingw because mingw and VC++ don't play well together when compiling PostgreSQL … … 27 28 4. Open up VC ++ commandling from: start->Programs->Visual c++ Express 2008 ->Visual Studio Tools 28 29 29 5. cd C:\Projects\PostgreSQL\postgresql-9.0. 0win\src\tools\msvc30 5. cd C:\Projects\PostgreSQL\postgresql-9.0.1win\src\tools\msvc 30 31 6. clean.bat 31 32 7. build.bat