Changes between Version 47 and Version 48 of DevWikiWinMingW64
- Timestamp:
- 04/13/11 16:36:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v47 v48 187 187 Have to copy the nad folder manually. The .dll file is strangely called libproj-0.dll. of libproj.dll. Oh well. 188 188 189 == 6. Compiling PostgreSQL == 189 == 6. Compiling and Installing C-Unit == 190 Download from http://sourceforge.net/projects/cunit/ into c:\projects 191 192 {{{ 193 cd /c/projects 194 tar -xvf CUnit-2.1-2-src.tar.bz2 195 cd CUnit-2.1.2 196 ./configure --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 197 make && make install 198 }}} 199 200 == 7. Compiling PostgreSQL ==