Installation/Compilation




- Previous Page: LibEEGTools Manual
- Next Page: Hello World!

Installation/Compilation

There are very few hard dependencies, currently:

Go to the https://sourceforge.net/projects/libeegtools/files/ and get a copy of LibEEGTools.

Unpack it with

tar xvfz libeegtools-<ver>.tar.gz 

and use the configure script to generate make files

./configure <options>

such that you can

make install

the package (you might need root-priviledges to install the library).

Use

./configure --help 

for a list of options.

Optional Dependencies

You can enable some functionality by providing other software dependencies.

enables access to MATLAB and EEGLab files. This is strongly encouraged to enable direct cooperation with EEGlab.

enable some unit testing

Optional Configuration Flags

You can append some flags to the ./configure call to modify the installation behaviour.

--prefix=<path> - provide the installation directory
--enable-debug - you can get _a lot_ of debugging output
--enable-matlab
--enable-unittest	

Installation from CVS




- Previous Page: LibEEGTools Manual
- Next Page: Hello World!