Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lst
lst-data-process-128
Commits
0caedc6b
Commit
0caedc6b
authored
May 18, 2016
by
legoc
Browse files
doc md
parent
aee74197
Pipeline
#326
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
0caedc6b
Introduction
------------
The LstDataProcess library provides tools to read, write and process Lst binary files produced at the ILL.
Read The
[
User's Guide
](
doc/UsersGuide.md
)
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" ...
doc/UsersGuide.md
0 → 100644
View file @
0caedc6b
Introduction
------------
The User's Guide provides essential information on how to use the library.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment