Updated Compiling (markdown)

cpunk 2022-09-18 13:36:44 -05:00
parent c7da7a1b13
commit df29f610db
1 changed files with 1 additions and 1 deletions

@ -19,7 +19,7 @@ Make sure you have the following tools installed:
Simply run cmake to build the makefiles with your configuration.
```sh
$ cmake -B build -DLAIKA_PERSISTENCE=On
$ cmake -B build -DLAIKA_OBFUSCATE=On
```
Now compile the project, the binaries will be in `./bin`