include - How do I use Berkelium library in C++ code? -
i want use library (https://github.com/sirikata/berkelium/downloads) g++ compiler. has 3 folders: bin, lib , include. files in each of folder? , in c++ code, need use headers in include folder? thanks. need on g++ in ubuntu 12.04 , not using ide vi. edit: lib folder has file.
to compile programs library, need tell compiler include files, object generation, , library files linker job.
in 1 command line:
g++ -i/path/to/berkelium/include -l/path/to/berkelium/library -o executable yourprogramname -llibberkerium
Comments
Post a Comment