Changes between Version 277 and Version 278 of BuildInstructions


Ignore:
Timestamp:
Oct 12, 2015, 2:57:15 AM (9 years ago)
Author:
historic_bruno
Comment:

Adds note to OS X instructions: cmake install fails on El Capitan

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v277 v278  
    277277#!sh
    278278 sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
     279    }}}
     280  * If the install command fails, you can manually add the following line to the end of `/etc/paths`:
     281    {{{
     282/Applications/CMake.app/Contents/bin
    279283    }}}
    280284 * Obtain the game's source code:
     
    394398 * If running FreeBSD 10.0+ you need to set `CC` to `clang` and `CXX` to `clang++`.
    395399{{{
     400#!sh
    396401export CC=clang CXX=clang++
    397402}}}