Changes between Version 5 and Version 6 of BuildingOnMac


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

A couple of quick updates

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnMac

    v5 v6  
    3131It is possible to compile GDAL in Mac OS, following the instructions from http://www.kyngchaos.com/macosx/build/gdal, but some important things must be taken into account. These are the steps I've followed:
    3232
    33 My machine: MacBook with Mac OS X 10.6.8 (Snow Leopard).
     33My machine: MacBook with Mac OS X 10.6.8 (Snow Leopard). '''Update''': Also working in Mac OS X 10.9 (Mavericks) and 10.10 (Yosemite)
    3434
    35351.- Install UNIX Tools for Mac, needed to compile. You can find them with XCode, as an option during installation
     
    5959Add --enable-debug, if you plan to debug GDAL.
    6060
    61 '''WARNING:''' If you use a GDAL build newer than r23745, you need to change GDALMake.opt.in. Concretely, replace this line
     61'''WARNING:''' If you use a GDAL build newer than r23745, you may need to change GDALMake.opt.in. Specifically, replace this line
    6262
    6363
     
    7474}}}
    7575
    76 Otherwise, you'll get a linker error caused by libtool linking with gcc instead of g++. Related ticket #4557
     76Otherwise, you could get a linker error caused by libtool linking with gcc instead of g++. Related ticket #4557
    7777
    7878