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
0ec202f7
Commit
0ec202f7
authored
Dec 15, 2020
by
legoc
Browse files
Readme
parent
fe66ccdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
deleted
100644 → 0
View file @
fe66ccdf
To compile and install the library with CMake:
$ mkdir build; cd build;
$ cmake -DCMAKE_CXX_FLAGS="-Wall -Wdeprecated-declarations" -DNOMAD=ON -DCAMEO=ON -DGNUPLOT=ON -DCAMEO_ROOT=/users/legoc/cameo-master/local-test/ ..
$ cmake --build .
README.md
View file @
0ec202f7
...
...
@@ -8,15 +8,10 @@ Go the [Releases page](https://code.ill.fr/lst/lst-data-process-128/wikis/releas
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" ...
To compile and install the library with CMake:
```
$ mkdir build; cd build;
$ 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
```
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