diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..8d0ab8f --- /dev/null +++ b/INSTALL @@ -0,0 +1,4 @@ +Execute release.sh or manually make a directory and check in, and execute + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release && make +Then install + sudo make install