I have mytest.cc and mytest.h output from the mytest.proto file, but I cannot find a link to how to compile the object using g ++. (.proto is excellent since I got it working with Python)
g ++ mytest.cc -l ???????
which libraries to include?
source share