Skip to content
Snippets Groups Projects
Commit f484a267 authored by Nurcan Ozturk's avatar Nurcan Ozturk
Browse files

Update README.md

parent 1039f120
No related branches found
No related tags found
No related merge requests found
......@@ -5,29 +5,37 @@ Examples for CREST client usage.
## Compile and setup CREST Command Line Client (CrestCmd)
1) Clone CrestApi package:
$ git clone https://gitlab.cern.ch/mmineev/CrestApi.git
2) Clone CrestCmd package:
$ git clone https://gitlab.cern.ch/mmineev/CrestCmd.git
3) Create a "build" directory:
$ mkdir ./build
4) Copy a common CMakeLists.txt:
$ cp ./CrestApi/CMakeLists.txt-parent ./CMakeLists.txt
5) Setup:
$ source ./CrestApi/setup.sh
6) Compilation:
$ cd ./build
$ cmake -Wno-dev ..
$ make
7) Setup for executables:
$ source ./x86_64-centos7-gcc8-opt/setup.sh
8) To set a CREST_SERVER_PATH variable (CREST Server URL) use the command:
$ export CREST_SERVER_PATH=http://crest-01.cern.ch:8090
(or run the script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment