apetrozzelli / yaus

Yet Another Universe Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yet Another Universe Simulator

License:MIT License


Languages

Language:C++ 76.5%Language:Shell 20.8%Language:Batchfile 2.7%