The building process is managed by CMake.
Dependencies :
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)
- BUILD_DD4HEP_PLUGINS [ON/OFF] to install dd4hep components (default is OFF)
Copyright (C), dqm4hep-event-display Authors
dqm4hep-event-display 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