Skip to content

Commit 8e20cd0

Browse files
committed
Documentation: clarify LSL_ROOT instructions
1 parent 6eb1d9e commit 8e20cd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

INSTALL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ An out of tree build doesn't include the whole `labstreaminglayer` directory but
145145
Building the LSL library should take only 1-2 minutes, so you should prefer [in tree builds](#in-tree-builds-recommended)
146146
unless you know what you're doing.
147147

148-
To import the LSL library in a separate CMake build, you need to set the ['installed' LSL directory](#install-directory-tree)
149-
in the `LSL_ROOT` variable (e.g. `-DLSL_ROOT=C:/LSL/build/install/lsl_Release/LSL`) or add the `LSL/cmake` subfolder
148+
To import the LSL library in a separate CMake build, you need to set the the
149+
**absolute path** to the['installed' LSL directory](#install-directory-tree)
150+
in the `LSL_ROOT` variable (e.g. `-DLSL_ROOT=C:/LSL/build/install/lsl_Release/LSL`) or add the **absolute path** to the`LSL/cmake` subfolder
150151
of the ['installed' LSL directory](#install-directory-tree) to your `CMAKE_PREFIX_PATH`.

0 commit comments

Comments
 (0)