Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 794 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 794 Bytes

Screenshot of Baastud

Screenshot of Drunken Cowboy

To build the software on Windows, follow these steps:

> cd mutiny
> mkdir build
> cd build
> cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=RELEASE ..
> nmake

To build the software on Linux, follow these steps:

$ cd mutiny
$ mkdir build
$ cd build
$ cmake ..
$ make

Mutiny is licensed under the GPLv3