We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4195015 commit a1af0b8Copy full SHA for a1af0b8
README.md
@@ -48,10 +48,15 @@ This project is using the following oatpp modules:
48
49
#### Using CMake
50
51
-**Requires**
+##### Pre Requirements
52
53
-- `oatpp`, `oatpp-swagger` and `oatpp-sqlite` modules installed. You may run `utility/install-oatpp-modules.sh`
54
-script to install required oatpp modules.
+- `oatpp`
+- `oatpp-swagger`
55
+- `oatpp-sqlite` with `-DOATPP_SQLITE_AMALGAMATION=ON` cmake flag.
56
+
57
+**Note:** You may run `utility/install-oatpp-modules.sh` script to install required oatpp modules.
58
59
+##### Build Project
60
61
```
62
$ mkdir build && cd build
0 commit comments