forked from gisogrimm/tascar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
39 lines (26 loc) · 921 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
installation:
For installation, please review the Makefile in the top level
directory (specifically the PREFIX variable). Then type
make && sudo make install
dependencies:
The toolbox depends on the following libraries:
- libjack
- libsndfile
- liblo
- gtkmm-2.4 or gtkmm-3.0
- libxml++-2.6
- liblsl-dev
- libfftw3-dev
- libfftw3-single3
- libfftw3-double3
For de-installation, please type
sudo make uninstall
On debian-based systems, the dependencies may be satisfied by typing:
sudo apt-get install libxml++2.6-dev liblo-dev libasound2-dev libjack-jackd2-dev libgtkmm-3.0-dev libcairomm-1.0-dev libsndfile1-dev libfftw3-dev libfftw3-single3 libfftw3-double3
To build a debian package of liblsl:
git clone https://github.com/gisogrimm/labstreaminglayer
cd labstreaminglayer/Distribution
./pack.sh
sudo dpkg -i liblsl*.deb
The original source of labstreaminglayer is
https://github.com/sccn/labstreaminglayer