Skip to content

Commit

Permalink
Updating README with cloning instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
noizebox committed Dec 10, 2019
1 parent ea0bbc3 commit f4c494c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Configuration files are used for global host configs, track and plugins configur
## Building Sushi
Sushi uses CMake as its build system. A generate script is also provided for convenient setup. Simply running `./generate` with no arguments in the root of Sushi will setup a build folder containing a Release configuration and a Debug configuration. CMake arguments can be passed through the generate script using the `--cmake-args` flag. Those arguments will then be added to both configurations.

Make sure that Sushi is cloned with the `--recursive` flag to fetch all required submodules for building. Alternatively run `git submodule update --init --recursive` after cloning.

Sushi requires a compiler with support for C++17 features. The recommended compiler is GCC version 7.3 or higher.

### Building for native Linux
Expand Down

0 comments on commit f4c494c

Please sign in to comment.