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

Fix windows doc #436

Merged
merged 2 commits into from
Jan 28, 2021
Merged
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: 2 additions & 2 deletions doc/CompilationWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ You may need to install grep to build libnabo. You can get the Windows version [

1. Add the following PATH variable and set it to _(your Boost folder)_/build: **BOOST_ROOT**

1. Add the following PATH variable and set it to _(your libnabo source folder)_: **NABO_INCLUDE_DIR**
1. Add the following PATH variable and set it to _(your libnabo source folder)_: **libnabo_INCLUDE_DIRS**

1. Add the following FILEPATH variable and set it to _(your libnabo source folder)_/build/RelWithDebInfo/nabo.lib: **NABO_LIBRARY**
1. Add the following FILEPATH variable and set it to _(your libnabo source folder)_/build/RelWithDebInfo/nabo.lib: **libnabo_LIBRARIES**

1. Change the variable **CMAKE_CONFIGURATION_TYPES** to `RelWithDebInfo`

Expand Down