diff options
author | louiz’ <louiz@louiz.org> | 2017-03-27 11:47:21 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-03-27 11:47:21 +0200 |
commit | 1017e8f46bb6c4c9f878cba5e70f7c3a4c831433 (patch) | |
tree | ca219293be9a9e849876ff7c1d5f650e0acb9cd4 | |
parent | 5d0bae65975eb7cb92543f13554f95386b50467e (diff) | |
download | biboumi-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
-rw-r--r-- | INSTALL.rst | 8 |
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 |