Skip to content

Commit 77ec375

Browse files
committed
Removed references to Apps/Examples in docs.
1 parent 6b51a34 commit 77ec375

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

docs/dev/build.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,6 @@ immediately after ``"ctestCommandArgs": ""`` add the following:
321321
"name": "BOOST_ROOT",
322322
"value": "C:\\local\\boost_1_67_0"
323323
},
324-
{
325-
"name": "LSLAPPS_Examples",
326-
"value": "ON"
327-
},
328324
{
329325
"name": "LSLAPPS_LabRecorder",
330326
"value": "ON"
@@ -357,7 +353,7 @@ section <#installed-directory-tree>`__.
357353

358354
By default, apps should look in ``../../LSL/liblsl/build/install`` so if
359355
you have a ``build`` folder in each submodule (``LSL/liblsl/build``,
360-
``Apps/Examples/build`` etc.) and installed ``liblsl`` first, CMake
356+
``Apps/LabRecorder/build`` etc.) and installed ``liblsl`` first, CMake
361357
automatically finds liblsl.
362358

363359
Building for multiple platforms

docs/dev/build_full_tree.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ command.
232232
Here are some example cmake commands:
233233

234234
- Chad’s Windows build:
235-
``cmake .. -G "Visual Studio 14 2015 Win64" -DLSL_LSLBOOST_PATH="lslboost" -DQt5_DIR=C:\Qt\5.11.1\msvc2015_64\lib\cmake\Qt5 -DBOOST_ROOT=C:\local\boost_1_67_0 -DLSLAPPS_LabRecorder=ON -DLSLAPPS_XDFBrowser=ON -DLSLAPPS_OpenVR=ON``
235+
``cmake .. -G "Visual Studio 14 2015 Win64" -DQt5_DIR=C:\Qt\5.11.1\msvc2015_64\lib\cmake\Qt5 -DBOOST_ROOT=C:\local\boost_1_67_0 -DLSLAPPS_LabRecorder=ON -DLSLAPPS_XDFBrowser=ON -DLSLAPPS_OpenVR=ON``
236236
- Chad’s Mac build:
237-
``cmake .. -DLSL_LSLBOOST_PATH="lslboost" -DLSLAPPS_Examples=ON -DLSLAPPS_LabRecorder=ON -DLSLAPPS_Benchmarks=ON -DLSLAPPS_XDFBrowser=ON -DQt5_DIR=$(brew --prefix qt)/lib/cmake/Qt5/``
237+
``cmake .. -DQt5_DIR=$(brew --prefix qt)/lib/cmake/Qt5/ -DLSLAPPS_LabRecorder=ON -DLSLAPPS_Benchmarks=ON -DLSLAPPS_XDFBrowser=ON``
238238

239239
Configure CMake options in VS 2017 / VS 2019
240240
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -259,10 +259,6 @@ immediately after ``"ctestCommandArgs": ""`` add the following:
259259
"name": "BOOST_ROOT",
260260
"value": "C:\\local\\boost_1_67_0"
261261
},
262-
{
263-
"name": "LSLAPPS_Examples",
264-
"value": "ON"
265-
},
266262
{
267263
"name": "LSLAPPS_LabRecorder",
268264
"value": "ON"

docs/dev/full_tree.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Working With The LabStreamingLayer Repository
99
See also https://git-scm.com/book/en/v2/Git-Tools-Submodules
1010

1111
This repository doesn’t contain the apps, just links to their respective
12-
submodules (i.e. ``Apps/Examples`` is found at commit ``abc123def`` of
13-
``https://github.com/labstreaminglayer/App-Examples.git``).
12+
submodules (i.e. ``Apps/AppTemplate_cpp_qt`` is found at commit ``abc123def`` of
13+
``https://github.com/labstreaminglayer/AppTemplate_cpp_qt``).
1414

1515
Recommended git settings
1616
------------------------

0 commit comments

Comments
 (0)