poco_restful_webservice icon indicating copy to clipboard operation
poco_restful_webservice copied to clipboard

How to build ?

Open Giancarlo1974 opened this issue 4 years ago • 0 comments

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 ?

Giancarlo1974 avatar Nov 11 '21 10:11 Giancarlo1974