From 1017e8f46bb6c4c9f878cba5e70f7c3a4c831433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 27 Mar 2017 11:47:21 +0200 Subject: =?UTF-8?q?Document=20the=20fact=20that=20=E2=80=9Cmake=E2=80=9D?= =?UTF-8?q?=20builds=20the=20tests=20as=20well=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INSTALL.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3