Skip to content
Snippets Groups Projects
Select Git revision
  • 732e4f2f533779ba2f63a9f89298651d117b0fe8
  • master default protected
  • V1.5.0
  • V1.4.8
  • V1.4.7
  • V1.4.6
  • V1.4.5
  • V1.4.4
  • V1.4.3
  • V1.4.2
  • V1.4.1
  • V1.4.0
  • V1.3.2
  • V1.3.1
  • V1.2.0
  • V1.1.4
  • V1.1.3
  • V1.1.1
  • V1.1.0
  • V1.0.3
  • V1.0.2
21 results

lst-data-process-128

user avatar
legoc authored
732e4f2f
History

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" ...