poco_restful_webservice
poco_restful_webservice copied to clipboard
How to build ?
hello i am a beginner Could you explain me how to compile this project? I tried:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
but I get this error:
poco_restful_webservice/include/Infrastructure/Persistence/ConnectionManager.h:24:10: fatal error: Poco/SQL/Session.h: No such file or directory 24 | #include "Poco/SQL/Session.h"
What am I doing wrong? Can you help me ?