diff options
author | Robin Krahl <me@robin-krahl.de> | 2017-03-24 00:17:15 +0100 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2017-03-24 00:17:15 +0100 |
commit | d1a9a57795d80123838117a19be1ff2c5898194d (patch) | |
tree | c211ccd274fe2d5b1c53915f798b5ab532d8db50 | |
parent | c2c7d5f263a41b344804caafa8991335345390c2 (diff) | |
download | sqlitepp-d1a9a57795d80123838117a19be1ff2c5898194d.tar.gz sqlitepp-d1a9a57795d80123838117a19be1ff2c5898194d.tar.bz2 |
Improve build documentation
-rw-r--r-- | include/sqlitepp/sqlitepp.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/include/sqlitepp/sqlitepp.h b/include/sqlitepp/sqlitepp.h index af1403c..ad09b6b 100644 --- a/include/sqlitepp/sqlitepp.h +++ b/include/sqlitepp/sqlitepp.h @@ -18,8 +18,15 @@ /// /// \section compile Compiling sqlitepp /// 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`. +/// download the source from <a href="https://git.ireas.org/sqlitepp" +/// title="Git repository sqlitepp on git.ireas.org">git.ireas.org</a> and then +/// run `make`. You might have to change the settings in `config.mk`. +/// +/// \code{.unparsed} +/// $ git clone https://git.ireas.org/sqlitepp +/// $ cd sqlitepp +/// $ make +/// \endcode /// /// \section using Using sqlitepp /// |