Changes between Version 8 and Version 9 of libRootTuple
- Timestamp:
- Oct 6, 2021, 5:30:45 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libRootTuple
v8 v9 15 15 should do all the job. 16 16 17 ==== In case of troubles ==== 17 18 19 If you get error messages and the compilation fails, please check the output of the command `root-config --cflags`. If you find something like '-std=c++17', then 20 please change line 10 in file 21 `GiBUU/libraries/RootTuple/RootTuple-master/src/CMakeLists.txt` 22 from 23 {{{ 24 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") # [GiBUU] 25 }}} 26 to 27 {{{ 28 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") # [GiBUU] 29 }}} 30 and do 'make buildRootTuple' again. 18 31 19 32 == The manual way ==