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
05667544
Commit
05667544
authored
Sep 30, 2021
by
legoc
Browse files
README
parent
5d521d7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
05667544
...
...
@@ -8,10 +8,23 @@ Go the [Releases page](https://code.ill.fr/lst/lst-data-process-128/wikis/releas
Installation
------------
To compile and install the library with CMake:
First create a
*build*
directory:
```
$ mkdir build; cd build;
```
To compile and install the library with minimal options:
```
$ cmake ..
```
To compile and install the library with CMake with full options:
```
$ cmake -DCMAKE_VERBOSE_MAKEFILE=TRUE -DCMAKE_BUILD_TYPE=Release -DNOMAD=ON -DCAMEO=ON -DGNUPLOT=ON -DCAMEO_ROOT=<cameo special installation path> ..
$ cmake --build . --target install
```
Compile and install:
```
$ make -j 4
$ sudo make install
```
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