forked from AtomicGameEngine/AtomicGameEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Building the Atomic Editor using XCode
JoshEngebretson edited this page Mar 15, 2015
·
7 revisions
Open a terminal and clone the Atomic Game Engine source and examples repositories.
git clone https://github.com/AtomicGameEngine/AtomicGameEngine
git clone https://github.com/AtomicGameEngine/AtomicExamples
Make a build directory, change directory to it, and run cmake.
mkdir AtomicGameEngine-build
cd AtomicGameEngine-build
cmake ../AtomicGameEngine -G "Xcode"
This will generate an XCode project which you can now open.

In Finder, navigate to your build folder and open Atomic.xcodeproj








Home | Copyright (c) 2014 - 2016 THUNDERBEAST GAMES LLC
Building From Source
- Quick and Easy Method
- Building using Visual Studio 2015
- Building using XCode
- Building using QtCreator
Android Deployment