I'm interested in setting up an IDE (preferably Eclipse or Netbeans) for a project that uses C++ and ROOT and have it be able to compile for me. Is this possible?
Source code is available for ROOT, so there should be some way of hooking these things together...
Most of the ROOT users I know use emacs or vi.
That said, if you can specify the build, this should be possible. Make use of root-config
commands to specify the paths and libraries.
ROOT_HEADERS_PATH=$(root-config --cflags)
and so on. Just root-config
will give you a list of accepted arguments.
I'd guess that the most likely stumbling block for this is the generation of the rootcint files for classes that you want to incorporate into the root TObject
tree and use in the cint shell.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With