We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
These dependencies can vary depending on your distribution. Use your distribution's package manager to install these.
CMake
Boost
Qt5
GCC 4.8 or higher, clang 3.1 or higher (just get C++11 support)
Ninja (optional)
We use Ninja internally and on our travis builds, due to the speed advantanges, but normal GNU make works fine
Project Ascension (duh)
The client team uses git, but if you just want to test the project, you can download a stable or unstable archive of the repo.
cd
cd ~/dev/ProjectAscension
mkdir build
cmake PA_REPO
make -j$(expr $(nproc) + 1) -l$(nproc)
ninja