GACEN
0.0.3
|
git clone git@gitlab.in2p3.fr:in2p3_euclid/gacen.git
You can find deb and rpm package here: https://www.cppm.in2p3.fr/renoir/public/Euclid/NISP/gacen/dist/
mkdir build cd build cmake ..
make all
Generate the html and latex source of the documentation:
make doc
Compile the latex documentation:
cd doc/latex make
html documentation is available here: https://www.cppm.in2p3.fr/renoir/public/Euclid/NISP/gacen/doc/Doc0.html
make test cd test ./test_proto
Install
make install
Package binary
make package
Package sources
make package_source
TODO
TODO
Tag version, deploy the documentation and the binary on CPPM public web page
make dist
TODO