Skip to content

Commit 748c89b

Browse files
committed
Update deps and README.md
1 parent e33df18 commit 748c89b

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set(LSL_INSTALL_ROOT "" CACHE PATH "Path to installed liblsl")
4040

4141
# Priority 4: Fetch from GitHub if not found
4242
option(LSL_FETCH_IF_MISSING "Fetch liblsl from GitHub if not found locally" ON)
43-
set(LSL_FETCH_REF "v1.17.0" CACHE STRING "liblsl git ref to fetch (tag, branch, or commit)")
43+
set(LSL_FETCH_REF "v1.17.4" CACHE STRING "liblsl git ref to fetch (tag, branch, or commit)")
4444

4545
# =============================================================================
4646
# Find/Fetch liblsl

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ Run it with `open /usr/local/opt/labrecorder/LabRecorder/LabRecorder.app`
3838
The Ubuntu releases do not typically ship with their dependencies, so you must download and install those:
3939
* Download, extract, and install the latest [liblsl-{version}-{target}_amd64.deb from its release page](https://github.com/sccn/liblsl/releases)
4040
* We hope to make this available via a package manager soon.
41-
* Quick ref Ubuntu 20.04: `curl -L https://github.com/sccn/liblsl/releases/download/v1.16.0/liblsl-1.16.0-bionic_amd64.deb -o liblsl.deb`
42-
* Quick ref Ubuntu 22.04: `curl -L https://github.com/sccn/liblsl/releases/download/v1.16.0/liblsl-1.16.0-jammy_amd64.deb -o liblsl.deb`
41+
* Quick ref Ubuntu 24.04: `curl -L https://github.com/sccn/liblsl/releases/download/v1.17.4/liblsl-1.17.4-noble_amd64.deb -o liblsl.deb`
42+
* Quick ref Ubuntu 22.04: `curl -L https://github.com/sccn/liblsl/releases/download/v1.17.4/liblsl-1.17.4-jammy_amd64.deb -o liblsl.deb`
4343
* You can install liblsl directly by double-clicking on the deb, or with `sudo dpkg -i {filename}.deb` or `sudo apt install {filename}.deb`
4444
* See the bottom of the [lsl build env docs](https://labstreaminglayer.readthedocs.io/dev/build_env.html).
4545
* For most cases, this will amount to installing Qt and its dependencies:
46-
* Ubuntu 18.xx or 20.xx: `sudo apt-get install build-essential qtbase5-dev libpugixml-dev`
4746
* Ubuntu >= 22.04: `sudo apt-get install qt6-base-dev freeglut3-dev`
4847

4948
# Usage

xdfwriter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(xdfwriter
44
DESCRIPTION "C++ library for writing XDF files"
55
HOMEPAGE_URL "https://github.com/labstreaminglayer/App-LabRecorder/"
66
LANGUAGES C CXX
7-
VERSION 1.16.0)
7+
VERSION 1.17.0)
88

99
option(LABRECORDER_XDFZ "use Boost.Iostreams for XDFZ support" OFF)
1010
option(LABRECORDER_BOOST_TYPE_CONVERSIONS "Use boost for type conversions" OFF)

0 commit comments

Comments
 (0)