Changes between Version 276 and Version 277 of BuildInstructions


Ignore:
Timestamp:
Aug 30, 2015, 10:32:08 AM (9 years ago)
Author:
Echelon9
Comment:

As of CMake 3.3.1, this step on OS X has been amended per CMake's documentation

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v276 v277  
    273273  * You can download a prebuilt OS X package [http://www.cmake.org/cmake/resources/software.html here].
    274274  * If prompted, install the CMake command line tools to the default location.
    275   * '''Note:''' Recent versions have no installer, so after copying the app bundle to '''Applications''', you need to run the CMake UI with elevated permissions and install the command line tools manually. From the terminal:
     275  * '''Note:''' Recent versions have no installer, so after copying the app bundle to '''Applications''', you need to run CMake with elevated permissions to install the command line tools. From the terminal:
    276276    {{{
    277277#!sh
    278 sudo /Applications/CMake.app/Contents/MacOS/CMake
     278 sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
    279279    }}}
    280     Then enter your password. When the CMake app opens, choose '''Tools > Install for Command Line Use > Install Command Line Links'''.
    281280 * Obtain the game's source code:
    282281  * 0 A.D. is primarily developed on SVN. To checkout the latest code from SVN, run this command: