Build the OpenCMT Image Builder
The source code for the Image Builder is stored in Baltig
git clone git@baltig.infn.it:muontomography/IB.git cd IB
These are the steps required for building the Image Builder and install it in the system:
mkdir build && cd build
cmake3 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DULIB_USE_QT5=OFF -DPACKAGE_NAME=mutom \
-DPACKAGE_INSTALL_LIB_DIR=/usr/lib64 -DPACKAGE_INSTALL_INC_DIR=/usr/include/mutom \
-DPACKAGE_INSTALL_CMAKE_DIR=/usr/lib64/cmake/mutom \
-DBOOST_INCLUDEDIR=/usr/include/boost169 -DBOOST_LIBRARYDIR=/usr/lib64/boost160 ..
make
sudo make install
The libraries and header files are installed in the standard locations for the CentOS 7 system, so there's no need to further configurations.
Test the OpenCMT Image Builder
TODO