labstreaminglayer / App-LabRecorder

An application for streaming one or more LSL streams to disk in XDF file format.
MIT License
123 stars 45 forks source link

Support for 22.04 LTS #90

Closed mscheltienne closed 1 year ago

mscheltienne commented 1 year ago

I just gave a shot to installing the 20.04 .deb on a 22.04 LTS, and it failed with code 100. Could you build and release the .deb compatible for the latest ubuntu version?

cboulay commented 1 year ago

liblsl-1.16.0-jammy_amd64.zip LabRecorder-1.16.2-jammy_amd64.zip

Unzip these somewhere. cd into that folder, then run...

(I should probably figure out how to put that in usr/bin/. Issue created here)

cboulay commented 1 year ago

The /usr/LabRecorder vs /usr/bin/LabRecorder issue still isn't resolved, but I cleaned up the build system and made a new release that includes Jammy targets: https://github.com/labstreaminglayer/App-LabRecorder/releases/tag/v1.16.3

So this should be closed.

mscheltienne commented 1 year ago

Thank you, I will be able to test those in the first week of January.

mscheltienne commented 1 year ago

Looks like there is a version pin on liblsl somewhere. When I setup a new PC, I usually use the latest versions, in this case: liblsl: 1.16.1. The LabRecorder install then fails with:

Depends: liblsl (= 1.16.0-jammy) but 1.16.1-jammy is to be installed