Skip to content

Commit a1af0b8

Browse files
authored
Update README.md
1 parent 4195015 commit a1af0b8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Diff for: README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,15 @@ This project is using the following oatpp modules:
4848

4949
#### Using CMake
5050

51-
**Requires**
51+
##### Pre Requirements
5252

53-
- `oatpp`, `oatpp-swagger` and `oatpp-sqlite` modules installed. You may run `utility/install-oatpp-modules.sh`
54-
script to install required oatpp modules.
53+
- `oatpp`
54+
- `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
5560

5661
```
5762
$ mkdir build && cd build

0 commit comments

Comments
 (0)