Add description of installation.

This commit is contained in:
BYVoid 2011-07-11 23:14:57 +08:00
parent b60936abc5
commit 00177ab024

4
INSTALL Normal file
View File

@ -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