File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff 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
358354By default, apps should look in ``../../LSL/liblsl/build/install `` so if
359355you 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
361357automatically finds liblsl.
362358
363359Building for multiple platforms
Original file line number Diff line number Diff line change @@ -232,9 +232,9 @@ command.
232232Here 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
239239Configure 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"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Working With The LabStreamingLayer Repository
99See also https://git-scm.com/book/en/v2/Git-Tools-Submodules
1010
1111This 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
1515Recommended git settings
1616------------------------
You can’t perform that action at this time.
0 commit comments