Skip to content
Snippets Groups Projects
Commit 0d078968 authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Updet url

parent f4eeb3f5
Branches master
No related tags found
No related merge requests found
Pipeline #371770 passed
......@@ -5,9 +5,9 @@ find_package(PhoenixCMake REQUIRED)
phoenix_base_project("PhoenixToml" "2.0.0"
"Toml parser for Phoenix"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml")
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml")
pull_extra_module("PhoenixFileParser" "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixFileParser.git")
pull_extra_module("PhoenixFileParser" "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixFileParser.git")
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
......
![PLIBS_9 logo](doc/logo.png)
----
[![pipeline status](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml/badges/master/pipeline.svg)](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml/-/commits/master)
[![coverage report](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml/badges/master/coverage.svg)](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml/-/commits/master)
[![pipeline status](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml/badges/master/pipeline.svg)](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml/-/commits/master)
[![coverage report](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml/badges/master/coverage.svg)](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml/-/commits/master)
# Code
https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml
https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml
# Documentation
https://cta-lapp.pages.in2p3.fr/PHOENIX2/PhoenixToml/
https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/PhoenixToml/
# Requirements
......@@ -22,7 +22,7 @@ https://cta-lapp.pages.in2p3.fr/PHOENIX2/PhoenixToml/
# Installation for Users
```sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml.git
cd PhoenixToml
./install.sh
```
......@@ -33,7 +33,7 @@ Then **PhoenixToml** is installed in your $HOME/usr.
If you prefer a customized install path you can do :
```sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml.git
cd PhoenixToml
./install.sh /your/install/path
```
......@@ -41,7 +41,7 @@ cd PhoenixToml
If you prefer a customized install path with custom compilation you can do :
```sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml.git
cd PhoenixToml
mkdir -p build
cd build
......@@ -63,7 +63,7 @@ make install
If you want to update the software :
```sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml.git
cd PhoenixToml
./update.sh
```
......@@ -71,7 +71,7 @@ cd PhoenixToml
If you want to update the software with a custom install path :
```sh
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX2/PhoenixToml.git
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/PhoenixToml.git
cd PhoenixToml
./update.sh /your/install/path
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment