Changes between Version 71 and Version 72 of DevWikiWinMingW64
- Timestamp:
- 12/10/11 00:12:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v71 v72 208 208 }}} 209 209 == 8. Compiling PostgreSQL == 210 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: 211 http://www.postgresql.org/ftp/snapshot/dev/ (for 9.1) 212 213 Or install Tortoise GIT and download from PostgreSQL Git repository 214 http://code.google.com/p/tortoisegit/downloads/list 215 210 Download source from: 211 [http://ftp.postgresql.org/pub/source/v9.1.2/postgresql-9.1.2.tar.bz2] 216 212 217 213 == 7a. Building PostgreSQL 9.1 === … … 223 219 {{{ 224 220 cd postgresql 225 tar -xvjf postgresql- snapshot.tar.bz2221 tar -xvjf postgresql-9.1.2.tar.bz2 226 222 cd postgresql-snapshot 227 223 ./configure --prefix=/c/projects/pg/pg91dev \