Skip to content

Commit

Permalink
Update README.md (#8)
Browse files Browse the repository at this point in the history
Remove ref to Conan
  • Loading branch information
a4z authored May 10, 2023
1 parent 9c2f187 commit fc7db3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ Additional samples can be found in the tests and tests/samples subfolder.

* CMake
* doxygen, optional, for building the documentation
* Conan

libsl3 requires, no surprise, sqlite3, and uses doctest for unit testing.
The requirements will be handled by CMake via Conan, therefore, Conan needs to be installed. https://docs.conan.io/
sqlite3 is included and will be build in the library itself, if this is unwanted, use `-DUSE_INTERNAL_SQLITE3=FALSE` when doing the CMake configuration.


## Additional information

Expand Down

0 comments on commit fc7db3b

Please sign in to comment.