Copyright 2015-2018
The building process is managed by CMake.
Dependencies :
- c++11 compiler
- ROOT, version 6 required
- jsoncpp that can installed via the github repo or using apt like tools (package libjsoncpp-dev)
- xdrstream a serialization library
- MySQL client library (package libmysqlclient-dev)
In the top level directory :
mkdir build
cd build
cmake [-DOPTIONS=...] ..
make install
ctest # to check your installation
where OPTIONS can be :
- INSTALL_DOC [ON/OFF] to install doxygen code documentation (default is OFF)
Copyright (C), dqm4hep-core Authors
dqm4hep-core is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License long with this program. If not, see http://www.gnu.org/licenses/.
You can send emails to dqm4hep@gmail.com or use the github issues interface