Changes between Version 6 and Version 7 of BuildingOnMac


Ignore:
Timestamp:
Dec 18, 2014, 7:03:24 AM (9 years ago)
Author:
jorgearevalo
Comment:

Another small update

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnMac

    v6 v7  
    11If all you are looking for are pre-compiled binaries, you can find them in the KyngChaos wiki:
    22
    3 - GDAL 1.9: http://www.kyngchaos.com/files/software/frameworks/GDAL_Complete-1.9.dmg [[BR]]
    4 - GDAL 1.8: http://www.kyngchaos.com/files/software/frameworks/GDAL_Complete-1.8.dmg [[BR]]
     3Last version of GDAL: http://www.kyngchaos.com/software/frameworks#gdal_complete
    54
    6 
    7 If you are looking to build GDAL, you have various options. Here are two:
     5But if you need to build GDAL, you have various options. Here are two:
    86
    97'''The Homebrew way'''
     
    1715This will bring any dependencies necessary (PROJ/GEOS/etc) with it, download them and install them.
    1816
    19 If you want to compile the trunk version of GDAL instead, you can use the following command instead:
     17If you want to compile the trunk version of GDAL instead, you can use the following command:
    2018{{{
    2119brew install gdal --HEAD
    2220}}}
    2321
    24 If you want to Compile and Debug using XCode use brew to install gdal, then follow the instructions to setup XCode from here:
     22If you want to Compile and Debug using XCode, use brew to install gdal, then follow the instructions to setup XCode from here:
    2523
    2624http://blog.burhum.com/post/35555678746/debugging-makefile-based-projects-using-xcode-gdal-as