Changes between Version 359 and Version 360 of BuildInstructions


Ignore:
Timestamp:
Sep 1, 2019, 7:44:33 PM (5 years ago)
Author:
Krinkle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v359 v360  
    486486Now you have two options:
    487487
    488 === Build the game for your personal use ===
     488=== Build the game ===
    489489 * Run [source:/ps/trunk/libraries/osx/build-osx-libs.sh libraries/osx/build-osx-libs.sh], the macOS libraries build script, this will download and build the game's dependencies (except CMake, see above). This script will take some time to finish when first run, after that it will reuse the old build.
    490490{{{
     
    519519 * '''Note:''' It is recommended to use the command line build, since the Xcode build is not as well-tested, but Xcode's IDE can be very useful for code editing.
    520520
    521 === Build the game as a distributable app bundle ===
     521== Create macOS distributable app bundle ==
    522522 * You will need Xcode installed (for its SDKs)
    523523 * Open [source:/ps/trunk/build/workspaces/build-osx-bundle.sh build/workspaces/build-osx-bundle.sh] and read the comments. You will need to change a few settings depending on your version of macOS, Xcode, etc.