You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am aiming to use c++ api. I downloaded the project and run make successfully. I can use the executable with no problem but couldn't figure out the library. Should I do another things to build the library. And also which path to give while compiling. g++ -o my_exe my_exe.cpp -L/path/to/gfakluge/ -lgfakluge
For example, if I compile gtest.cpp in the project, which path should I give; build folder, src folder or any other folder?
The text was updated successfully, but these errors were encountered:
Hi,
I am aiming to use c++ api. I downloaded the project and run make successfully. I can use the executable with no problem but couldn't figure out the library. Should I do another things to build the library. And also which path to give while compiling.
g++ -o my_exe my_exe.cpp -L/path/to/gfakluge/ -lgfakluge
For example, if I compile gtest.cpp in the project, which path should I give; build folder, src folder or any other folder?
The text was updated successfully, but these errors were encountered: