apetrozzelli / yaus

Yet Another Universe Simulator
MIT License
0 stars 0 forks source link

yaus

Yet Another Universe Simulator

Build instructions

yaus is built with Gradle. yaus unit tests use the Google Test framework, which instead requires CMake to build.

pre-requisites

  1. sudo apt-get install cmake
  2. sudo apt-get install openjdk-8-jdk

Linux

To build yaus yourself on Linux you have to:

  1. execute the ./install-dependencies.sh script
  2. execute ./gradlew check

Windows

To build yaus yourself on Windows you have to run the following commands from a Cygwin shell:

  1. execute the ./install-dependencies.sh script
  2. 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.

Get the latest release!

Statistics

Build Status Build status Coverage Status Issue Stats Issue Stats License