From c3e411828665ea04b1f14ae6ff8a9ea956239737 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Tue, 7 Feb 2017 23:14:18 +1000 Subject: [PATCH] * add 'make test' step to build notes --- docs/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/build.md b/docs/build.md index 23a3d5e..67c5021 100644 --- a/docs/build.md +++ b/docs/build.md @@ -5,6 +5,7 @@ General build flow as simple as this three commands: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . make + make test sudo checkinstall -- make install Now, cmake options explained: