oatpp / example-crud

A complete example of a "CRUD" service (UserService) built with Oat++.

Home Page:https://oatpp.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run this example

pingxiangren opened this issue · comments

Did anyone run successfully on Windows? Please help me how to generate find_ package(oatpp 1.3.0 REQUIRED)
find_ package(oatpp-swagger 1.3.0 REQUIRED)
find_ package(oatpp-sqlite 1.3.0 REQUIRED)
Which path are these three library files added to? be deeply grateful!

you need to install these libraries in advance:
oatpp 1.3.0
oatpp-sqlite 1.3.0
oatpp-swagger 1.3.0

then run this example.