How i can build cling.cpp, and create an executable without using the CMakeLists.txt

I am trying to create a custom c++ interpreter using cling. In tools/driver there is a cling.cpp file which i am trying to compile locally so i can use similar file to add my custom fucntions or classes, which will be helpful for me. How i can build this with a make file or just command line arguments. Thank you

@vvassilev can maybe help you on this

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.