forked from AtomicGameEngine/AtomicGameEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
JoshEngebretson edited this page Aug 25, 2015
·
11 revisions
- Install VS2015 and cmake, making sure cmake is on your path
- Clone the repo, open a shell, and from the root run: BuildAtomic.bat
- The latest AtomicEditor.exe will be build to Artifacts/Windows_Package
- Clone the AtomicExamples repo for some example projects: https://github.com/AtomicGameEngine/AtomicExamples
- Install XCode and cmake, making sure cmake is on your path
- Clone the repo, open a shell, and from the root run: ./BuildAtomic.sh
- The latest AtomicEditor.app will be build to Artifacts/MacOSX_Package
- Clone the AtomicExamples repo for some example projects: https://github.com/AtomicGameEngine/AtomicExamples
Please note: Building from source code is intended for licensees who need to customize the C++ runtime and editor. For most users, we recommend the supported binary releases available for DOWNLOAD on the Atomic Game Engine website.
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