Browse Source

* add 'make test' step to build notes

master
Alex 'AdUser' Z 7 years ago
parent
commit
c3e4118286
  1. 1
      docs/build.md

1
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:

Loading…
Cancel
Save