Changes between Version 45 and Version 46 of DevWikiWinMingW64

Show
Ignore:
Timestamp:
04/13/11 16:18:37 (2 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v45 v46  
    3838Once done, type logout and the console should exit. 
    3939 
    40 == 3. Installing Autoconf, Automake and Libtool == 
     40== 3a. Installing Autoconf, Automake and Libtool == 
    4141Relaunch C:\mysy\msys.bat 
    4242 
     
    7676 
    7777}}} 
     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 
    7891 
    7992== 4. Compiling GEOS ==