|
|
@ -5,6 +5,7 @@ General build flow as simple as this three commands: |
|
|
|
|
|
|
|
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . |
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . |
|
|
|
make |
|
|
|
make |
|
|
|
|
|
|
|
make test |
|
|
|
sudo checkinstall -- make install |
|
|
|
sudo checkinstall -- make install |
|
|
|
|
|
|
|
|
|
|
|
Now, cmake options explained: |
|
|
|
Now, cmake options explained: |
|
|
|