diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sqlitepp/sqlitepp.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/sqlitepp/sqlitepp.h b/include/sqlitepp/sqlitepp.h index 8e5bc0c..af1403c 100644 --- a/include/sqlitepp/sqlitepp.h +++ b/include/sqlitepp/sqlitepp.h @@ -17,12 +17,9 @@ /// **sqlitepp** is a C++ wrapper for the official SQLite3 C API. /// /// \section compile Compiling sqlitepp -/// sqlitepp uses CMake as a build tool. To build sqlitepp from source, -/// download the source from GitHub and then execute these commands: -/// \code -/// $ mkdir bin && cd bin -/// $ cmake .. && make -/// \endcode +/// sqlitepp uses GNU Make as a build tool. To build sqlitepp from source, +/// download the source from GitHub and then run `make`. You might have to +/// settings in `config.mk`. /// /// \section using Using sqlitepp /// |