Building DD4hep on a linux box with ILCSoft already installed
Line: 27 to 27
better to have a working ILCSoft installation, else, if trying to install from scratch it gets very complicated
Root older than 5.34 gives problems at compilation (mismatching function prototypes)
Added:
> >
for the last compilation, had to edit CMakeLists.txt and insert an add_subdirectory(DDG4) on line 156, and then change in DDG4/include/DDG4/IoStreams.h two things: boost/iostreams/detail/path.hpp to boost/filesystem/path.hpp and boost::iostreams::detail::path to boost::filesystem::path.