Pie Noon
An open source project by
FPL.
|
You can use cmake to generate an Xcode project for PieNoon on OS X.
These are the minimum required versions for building PieNoon on OS X:
DISPLAY
environment variable for Xquartz, which enables sample applications to run correctly.PATH
variable./home/dev/cwebp
the following line should be added to the user's bash resource file ~/.bashrc
.export PATH="$PATH:/home/dev/cwebp/bin"
The Xcode project is generated using cmake.
For example, the following generates the Xcode project in the pie_noon
directory.
pie_noon/pie_noon.xcodeproj
to open the project in Xcode.You can also build the game from the command-line.
xcodebuild
after generating the Xcode project to build all targets.generated_includes
target to be built first.For example, in the pie_noon directory:
Scheme
, for example "pie_noon-->My Mac 64-bit", from the combo box to the right of the "Run" button.