Changes between Version 4 and Version 5 of BuildingOnMINGW64CMake


Ignore:
Timestamp:
Jun 8, 2013, 12:05:22 PM (11 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnMINGW64CMake

    v4 v5  
    1313C:\ming32
    1414   \projects
    15    \msys  (exact copy of the above but I like to keep separate since some apps try to install local which gets stuck here)
     15   \msys  (exact copy of the one in 64-bit but I like to keep separate since I set install environment to target the mingw32)
    1616   \mingw32 (this is where I put the mingw64-w32 binaries I get from mingw-w64 (32-bit personal builds) )
    1717}}}
     
    3333tools\svn_repo_revision.sh
    3434}}}
    35 
    36 
    37 {{{
    3835## NOTE: for this I had to use some suggestions
    3936## from http://osgeo-org.1560.x6.nabble.com/Compiling-geos-with-mingw64-td5034567.html which are not committed yet
     
    4138
    4239I submitted the preliminary patch on ticket [#630]
    43   (http://trac.osgeo.org/geos/attachment/ticket/630/geos3.4.0_cmake_mingw64.diff)
     40  http://trac.osgeo.org/geos/attachment/ticket/630/geos3.4.0_cmake_mingw64.diff
    4441
    45 export PATH=".:/bin:/include:/mingw/bin:/mingw/include:/c/Windows/system32:/c/Windows:/usr/local/bin:/c/ming64/cmake-2.8.11-win32-x86/bin"
    46 export PROJECTS=/c/ming64/projects
     42My shell script for building looks like this
     43{{{
     44export OS_BUILD=64
     45export PATH=".:/bin:/include:/mingw/bin:/mingw/include:/c/Windows/system32:/c/Windows:/usr/local/bin:/c/cmake/bin"
     46export PROJECTS=/c/ming${OS_BUILD}/projects
    4747cd geos/trunk
    4848export GEOS_VER=3.4.0dev