We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7765754 commit 5f18e86Copy full SHA for 5f18e86
docs/dev/app_build.rst
@@ -32,7 +32,7 @@ the specific application build instructions first.
32
33
- Windows: :cmd:`rmdir /S build`; Others: :cmd:`rm -Rf build`
34
35
-4. Configure the project using :ref:`buildenvcmake`
+4. Configure the project using :ref:`lslbuildenv` cmake.
36
37
- Option 1 - Visual Studio 2017 or later
38
@@ -158,6 +158,8 @@ command.
158
159
- Location of liblsl (see :doc:`LSL_INSTALL_ROOT`)
160
161
+- Use ``-DLSL_UNIXFOLDERS=0`` on MacOS if your application is not bundled with its dylib.
162
+
163
- Please check the application's README and/or BUILD document for more options.
164
165
0 commit comments