mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 11:16:11 -04:00
add docs on how to build the docs :)
This commit is contained in:
parent
56d5be9878
commit
0440934c65
11
README.md
11
README.md
@ -193,6 +193,17 @@ cmake --build .
|
|||||||
ctest --output-on-failure
|
ctest --output-on-failure
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Building the Doxygen/html documentation
|
||||||
|
|
||||||
|
Make sure you have Dogygen installed and configure CMake using the `SQLITECPP_RUN_DOXYGEN=ON` flag:
|
||||||
|
|
||||||
|
```
|
||||||
|
cmake -DSQLITECPP_RUN_DOXYGEN=ON <MORE ARGUMENTS_HERE>
|
||||||
|
```
|
||||||
|
|
||||||
|
and then execute the `SQLiteCpp_doxygen` target (or build all targets, see above).
|
||||||
|
The documentation will be generated in the 'doc' subfolder of the source tree.
|
||||||
|
|
||||||
#### CMake options
|
#### CMake options
|
||||||
|
|
||||||
* For more options on customizing the build, see the [CMakeLists.txt](https://github.com/SRombauts/SQLiteCpp/blob/master/CMakeLists.txt) file.
|
* For more options on customizing the build, see the [CMakeLists.txt](https://github.com/SRombauts/SQLiteCpp/blob/master/CMakeLists.txt) file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user