oatpp / example-crud

A complete example of a "CRUD" service (UserService) built with Oat++.
https://oatpp.io/
Apache License 2.0
98 stars 58 forks source link

How to run this example #26

Open pingxiangren opened 1 year ago

pingxiangren commented 1 year ago

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!

craigtao commented 1 year ago

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.