Changes between Version 60 and Version 61 of DevWikiWinMingW64


Ignore:
Timestamp:
Apr 14, 2011, 5:53:15 AM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v60 v61  
    207207== 7. Compiling PostgreSQL ==
    208208The 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 
     209http://www.postgresql.org/ftp/snapshot/dev/ (for 9.1) 
     210
     211Or install Tortoise GIT and download from PostgreSQL Git repository
    212212http://code.google.com/p/tortoisegit/downloads/list
     213
     214
     215== 7a. Building PostgreSQL 9.1 ===
     216
     217{{{
     218cd postgresql
     219tar -xvjf postgresql-snapshot.tar.bz2
     220cd postgresql-snapshot
     221}}}
     222