summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-03-27 11:47:21 +0200
committerlouiz’ <louiz@louiz.org>2017-03-27 11:47:21 +0200
commit1017e8f46bb6c4c9f878cba5e70f7c3a4c831433 (patch)
treeca219293be9a9e849876ff7c1d5f650e0acb9cd4 /INSTALL.rst
parent5d0bae65975eb7cb92543f13554f95386b50467e (diff)
downloadbiboumi-1017e8f46bb6c4c9f878cba5e70f7c3a4c831433.tar.gz
biboumi-1017e8f46bb6c4c9f878cba5e70f7c3a4c831433.tar.bz2
biboumi-1017e8f46bb6c4c9f878cba5e70f7c3a4c831433.tar.xz
biboumi-1017e8f46bb6c4c9f878cba5e70f7c3a4c831433.zip
Document the fact that “make” builds the tests as well now
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 9815af9..ccccfb3 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -118,7 +118,13 @@ This command will configure the project to build a release, with TLS enabled
Build
-----
-Once you’ve configured everything using cmake, build the project
+Once you’ve configured everything using cmake, build the software:
+
+To build the biboumi binary:
+
+ make biboumi
+
+To build everything, including the tests
make