Skip to content

Commit cd0055c

Browse files
authored
Update README.md
1 parent edc65ff commit cd0055c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ More about Oat++:
1010

1111
## Build And Install
1212

13-
*Note: you need to install the main [oatpp](https://github.com/oatpp/oatpp) module first.*
13+
### Pre Requirements
14+
15+
- Install the main [oatpp](https://github.com/oatpp/oatpp) module.
16+
- Install SQLite.
17+
*Note: You can also use `-DOATPP_SQLITE_AMALGAMATION=ON` to install oatpp-sqlite together with [SQLite amalgamation](https://www.sqlite.org/amalgamation.html)
18+
in which case you don't need to install SQLite*
19+
20+
### Install module
1421

1522
- Clone this repository.
1623
- In the root of the repository run:
@@ -19,11 +26,6 @@ More about Oat++:
1926
cmake ..
2027
make install
2128
```
22-
23-
**Note:**
24-
25-
- By default this module uses [SQLite amalgamation](https://www.sqlite.org/amalgamation.html) which will be installed as a part of this module.
26-
- Use `-DOATPP_SQLITE_AMALGAMATION=OFF` cmake option to link external SQLite library.
2729

2830
## API
2931

0 commit comments

Comments
 (0)