You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
360 B
Bash

#!/usr/bin/env bash
#echo "!!! Downdloading LSL 1.16.2 package..."
#wget -P /tmp https://github.com/sccn/liblsl/releases/download/v1.16.2/liblsl-1.16.2-focal_amd64.deb
echo "!!! Installing LSL 1.16.2 package..."
sudo dpkg -i ./lsl/liblsl-1.16.2-focal_amd64.deb
echo "!!! Installing XML library package..."
sudo dpkg -i ./lsl/libpugixml1v5_1.10-1_amd64.deb