Add part about installation to home directory.

This commit is contained in:
oleid 2013-10-31 12:10:16 +01:00
parent 896f8b80c9
commit 291b306eeb

View File

@ -7,7 +7,11 @@ If everything worked well, do:
./configure --prefix=/usr &&
make
And as a super user, e.g. using sudo
To install the extension to your home directory, run
make local-install
Or to install it for all users you need administrator rights. Thus you've to use something like sudo or become root via su. Using sudo, simply run:
sudo make install