Skip to content
zwostein edited this page May 30, 2013 · 1 revision

Build From Source

Dependencies

  • Qt4 / Qt5
  • OpenAL
  • GLEW
  • libvorbis
  • libogg

On Ubuntu and similar systems you can install them using:

$ sudo apt-get update
$ sudo apt-get install build-essential cmake
$ sudo apt-get install libopenal-dev libvorbis-dev libglew-dev

Get Code

$ git clone https://github.com/zwostein/Ununoctium.git
$ cd Ununoctium

Configure Build Options (Optional)

You may want to tweak some variables - for example to enable Qt5 - then use:

$ ccmake .

Compile

$ cmake .
$ make

Run The Game

$ ./bin/Ununoctium