Merge pull request #105 from syk0saje/patch-1

adds sudo to "make install" command
This commit is contained in:
zdenop 2015-09-28 22:16:32 +02:00
commit 2e7a633f06

View File

@ -97,7 +97,7 @@ find its data directory. You must either:
./autogen.sh
./configure
make
make install
sudo make install
sudo ldconfig
to move the data files to the standard place, or: