adds sudo to "make install" command

for consistency with instructions that show up while installing
This commit is contained in:
Pepe Bawagan 2015-09-29 00:24:05 +08:00 committed by Zdenko Podobný
parent 67c7d4a2cb
commit a153a51f39

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: