Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyoshika authored Jun 12, 2023
1 parent c60562d commit 00d912f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Both methods work and are up to your preference, but here I'll quickly guide thr
### Building Separately
If you wish to build separately, first clone the repo and enter the root directory. Then use:
* `mkdir build && cd build`
* `cmake -DDEBUG_MODE=OFF -DCOMPILE_TESTS=OFF ..` - of course, you can change these flags if you want to run tests or hack at the library
* `cmake -DDEBUG_MODE=OFF -DCOMPILE_TESTS=OFF ..` - of course, you can change these flags if you want to run tests (`make test`) or hack at the library
* `sudo make install` - this will build the library and add the static lib, headers and config to the global install directory

Now, in your new project's CMakeLists.txt you can use
Expand Down

0 comments on commit 00d912f

Please sign in to comment.