Changes between Version 47 and Version 48 of DevWikiWinMingW64


Ignore:
Timestamp:
Apr 13, 2011, 4:36:41 PM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v47 v48  
    187187Have to copy the nad folder manually.  The .dll file is strangely called libproj-0.dll. of libproj.dll.  Oh well.
    188188
    189 == 6. Compiling PostgreSQL ==
     189== 6. Compiling and Installing C-Unit ==
     190Download from http://sourceforge.net/projects/cunit/ into c:\projects
     191
     192{{{
     193cd /c/projects
     194tar -xvf CUnit-2.1-2-src.tar.bz2
     195cd CUnit-2.1.2
     196./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32
     197make && make install
     198}}}
     199
     200== 7. Compiling PostgreSQL ==