cannot find -lfcl using fcl library
I want to run a node using fcl library.. I just wrote a small code and I edited the Cmakelists file to make sure that I can run the node but I got the following error
/usr/bin/ld: cannot find -lfcl
collect2: error: ld returned 1 exit status
What should I do ?
At least post the contents of your
CMakeLists.txt
, obviously. And please, without all the boilerplate comments in it.