Introduction
The LstDataProcess library provides tools to read, write and process Lst binary files produced at the ILL. Read the User's Guide
Installation
To compile and install the library: ./configure --prefix=DESTDIR --enable-nomad=(yes|no) --enable-root=(yes|no) --enable-nappli=(yes|no) make install
By default DESTDIR is /usr/local and requires root privileges.
To configure with full optimization: ./configure CXXFLAGS=-O3 ...
To configure with debug information: ./configure CPPFLAGS=-DDEBUG CXXFLAGS="-g3 -O0" ...