Changes between Version 45 and Version 46 of DevWikiWinMingW64
- Timestamp:
- 04/13/11 16:18:37 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v45 v46 38 38 Once done, type logout and the console should exit. 39 39 40 == 3 . Installing Autoconf, Automake and Libtool ==40 == 3a. Installing Autoconf, Automake and Libtool == 41 41 Relaunch C:\mysy\msys.bat 42 42 … … 76 76 77 77 }}} 78 79 == 3.b create project folders == 80 81 {{{ 82 cd /c/projects 83 mkdir pg 84 mkdir postgresql 85 mkdir geos 86 mkdir proj 87 ls 88 89 }}} 90 78 91 79 92 == 4. Compiling GEOS ==