Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for Release vs Debug install #177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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