Hi rooters,
I wonder if there is an tutorial or instructions on how to compile/use root static library?
Thank you in advance.
Hi,
to make a static library, libRoot.a, do:
./configure
make
make static
Have a look how at the end of make bin/roota is linked if you want to link your own application with the ROOT static libs.
Cheers, Fons.