Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,11 @@ You can change the `--target` and `--config` arguments to whatever you wish to u
When built, you can install it using the following command:

```
cmake --install .
cmake --install . --config Release
```

You can also change the `--config Release` argument to `--config Debug` for example.

This command will install the library and header files to the default location on your platform (usually /usr/local/
on Linux and MacOS, and C:\Program Files on Windows). You can set a different location using the --prefix argument.

Expand Down