Skip to content

ZoranWong/cegui

 
 

Repository files navigation

CEGUI Android Port Try (cloned from official CEGUI hg repo)

Building instructions for android (linux as a host)

  1. Clone this repo and checkout android-port branch and make sure you have CMake installed
  2. Open the dependencies repo in a browser and download it as a zip file
  3. Extract the zip file somewhere and then copy the dependencies dir to the cegui root dir
  4. Download the android ndk for linux from this link and extract it somewhere.
  5. Add the location of the ndk to your $PATH env var
  6. Add the location of cegui root dir in a env var in your bashrc/profile like this export CEGUI_ROOT=/path/to/cegui/root/dir
  7. Goto cegui root dir and make a directory called android and goto that dir
  8. Then run ../build_android.sh {NDK_LOCATION} {ABI} where {NDK_LOCATION} points to your android ndk root and {ABI} is the target architecture. You can ommit the second argument as we build for armeabi-v7a by default since for now the dep libs are compiled only for that architecture.
  9. Type make to build cegui and optionally specify -j option with number of compilation threds.
  10. If everything goes OK, you can proceed to the cegui test application repository and follow the instructions there.

About

CEGUI Android port try

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • C 2.0%
  • CMake 1.0%
  • Lua 0.7%
  • Python 0.5%
  • Objective-C++ 0.0%