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: