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
dbbfc254
Commit
dbbfc254
authored
Sep 30, 2021
by
legoc
Browse files
README
parent
05667544
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dbbfc254
Introduction
------------
The LstDataProcess library provides tools to read, write and process Lst binary files containing events with size 128 bits produced at the ILL.
The LstDataProcess library provides tools to read, write and process Lst binary files containing events with size 128 bits produced at the ILL.
Read the
[
User's Guide
](
https://code.ill.fr/lst/lst-data-process-128/wikis/home
)
.
Go t
he
[
R
eleases
page
](
https://code.ill.fr/lst/lst-data-process-128/wikis/releases
)
.
T
he
r
eleases
are available in the project page.
Installation
------------
...
...
@@ -13,12 +13,12 @@ First create a *build* directory:
$ mkdir build; cd build;
```
To compile and install the library with minimal
option
s:
To compile and install the library with minimal
executable
s:
```
$ cmake ..
```
To compile and install the library with CMake with
fu
ll
option
s:
To compile and install the library with CMake with
a
ll
executable
s:
```
$ cmake -DCMAKE_VERBOSE_MAKEFILE=TRUE -DCMAKE_BUILD_TYPE=Release -DNOMAD=ON -DCAMEO=ON -DGNUPLOT=ON -DCAMEO_ROOT=<cameo special installation path> ..
```
...
...
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