Changes between Version 60 and Version 61 of DevWikiWinMingW64
- Timestamp:
- 04/14/11 05:53:15 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v60 v61 207 207 == 7. Compiling PostgreSQL == 208 208 The patches to get PostgreSQL 9.0,9.1 to compile under MingW64 were not introduced into the code base until after 9.0.3 and 9.1Alpha5. With that said, as of this writing, you need to use the sources from: 209 http://www.postgresql.org/ftp/snapshot/dev/ (for 9.1) 210 211 209 http://www.postgresql.org/ftp/snapshot/dev/ (for 9.1) 210 211 Or install Tortoise GIT and download from PostgreSQL Git repository 212 212 http://code.google.com/p/tortoisegit/downloads/list 213 214 215 == 7a. Building PostgreSQL 9.1 === 216 217 {{{ 218 cd postgresql 219 tar -xvjf postgresql-snapshot.tar.bz2 220 cd postgresql-snapshot 221 }}} 222