Skip to content
Snippets Groups Projects
Commit d868e18e authored by Andrea Formica's avatar Andrea Formica
Browse files

fix doc

parent b68cf23b
No related branches found
No related tags found
No related merge requests found
Pipeline #9703250 passed
......@@ -12,13 +12,17 @@ The command line tools are strongly linked with the CrestApi library, thus we su
1. **Clone CrestApi package**:
```shell
git clone https://gitlab.cern.ch/crest-db/CrestApi.git
cd CrestApi
git fetch
git switch release-5.1-CR1
```
You should then install locally the CrestApi lib following the instructions in the readme.
In general:
In general you need to prepare an installation directory (if not existing):
```shell
mkdir $HOME/installed
```
Now you can build the project and install it:
```shell
cd <CrestApi directory>
mkdir build ; cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/installed ..
......@@ -28,6 +32,7 @@ The command line tools are strongly linked with the CrestApi library, thus we su
2. **Clone CrestCmd package**:
```shell
git clone https://gitlab.cern.ch/crest-db/crest-cmd.git
cd crest-cmd
git fetch
git switch release-5.1
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment