Skip to content
This repository has been archived by the owner on Apr 8, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 280 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 280 Bytes

Realm of Aesir client

compiling

Compiling requires cmake 3.1 or higher and g++ 5 or higher, because it uses C++17 stuff.

Debug builds:

cmake -DCMAKE_BUILD_TYPE=Debug .

Release builds:

cmake .

then finish it with

make && bin/RealmOfAesir