ROOT Version: 6.32.04
Platform: linuxx8664gcc
Compiler: c++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Hello,
Thank you for your manual to Create a user application with ROOT.
I try the following command to link ROOT libraries but TreeViewer seems to be missing:
$ docker run rootproject/root:6.32.04-ubuntu24.04 root-config --glibs --cflags --libs | tr ' ' '\n'
-L/opt/root/lib
-lGui
-lCore
-lImt
-lRIO
-lNet
-lHist
-lGraf
-lGraf3d
-lGpad
-lROOTVecOps
-lTree
-lTreePlayer
-lRint
-lPostscript
-lMatrix
-lPhysics
-lMathCore
-lThread
-lMultiProc
-lROOTDataFrame
-Wl,-rpath,/opt/root/lib
-pthread
-lm
-ldl
-rdynamic
-pthread
-std=c++17
-m64
-I/opt/root/include
$ docker run rootproject/root:6.32.04-ubuntu24.04 root-config --glibs --cflags --libs | tr ' ' '\n' | grep "lTreeViewer"
Is it normal?
Best Regards,