|
CORGI
An open source project by
FPL.
|
You can use cmake to generate an Xcode project for CORGI on OS X.
CORGI is known to build with the following tool versions:
The Xcode project is generated using cmake.
For example, the following generates the Xcode project in the corgi directory.
corgi/corgi.xcodeproj project using Xcode from the command line: PATH variable is available in Xcode. Failure to launch from the command line can result in build errors due to Xcode being unable to find tools. An alternative would be to either install tools in system bin directories (e.g /usr/bin) or modify the system wide PATH variable (using environment.plist) to include paths to all required tools.Product-->Build from the menu.You can also build the sample 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 corgi directory:
entity_component_system_sample as the Scheme, for example entity_component_system_sample-->My Mac, from the combo box to the right of the Run button.Run button.You can also run the sample from the command-line.
For example:
./bin/Debug/entity_component_system_sample