Yet Another Universe Simulator
yaus is built with Gradle. yaus unit tests use the Google Test framework, which instead requires CMake to build.
- sudo apt-get install cmake
- sudo apt-get install openjdk-8-jdk
To build yaus yourself on Linux you have to:
- execute the
./install-dependencies.sh
script - execute
./gradlew check
To build yaus yourself on Windows you have to run the following commands from a Cygwin shell:
- execute the
./install-dependencies.sh
script - execute
./gradlew check
Please note that you have to install the Windows build of CMake, not the Cygwin one as it is not guaranteed to support latest Microsoft Visual Studio release generators.