Skip to content
Snippets Groups Projects
Commit 756f1ae3 authored by Mikhail Mineev's avatar Mikhail Mineev
Browse files

documentation updated

parent c025423a
No related branches found
No related tags found
1 merge request!18Update v61
Pipeline #12298968 passed
......@@ -29,7 +29,7 @@ make && make install
```
2. Clone CrestCmd package:
2. Clone crest-cmd package:
```shell
cd ../../
......@@ -38,11 +38,11 @@ git clone https://gitlab.cern.ch/crest-db/crest-cmd.git
cd <crest-cmd directory>
```
3. Compile the project:
3. Compile crest-cmd:
```shell
mkdir ./build
cd build
cmake -DCMAKE_PREFIX_PATH=$HOME/local_lib -DCMAKE_INSTALL_PREFIX=$HOME/installed ..
cmake -DCMAKE_PREFIX_PATH=$HOME/installed -DCMAKE_INSTALL_PREFIX=$HOME/installed ..
make && make install
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment