# HG changeset patch # User Oleksandr Gavenko # Date 1342123545 -10800 # Node ID d988124ee012b23d2d782bd6835f344c2d6c41bb # Parent 7f69e82d1a32fc1a5ad190d5614fac1808dd6e95 Split file on sections. diff -r 7f69e82d1a32 -r d988124ee012 INSTALL.rst --- a/INSTALL.rst Thu Jul 12 23:02:01 2012 +0300 +++ b/INSTALL.rst Thu Jul 12 23:05:45 2012 +0300 @@ -12,14 +12,18 @@ .. include:: VERSION.rst -How install/uninstall? -====================== +How to install from supplied Makefile. +=================================== -To install in /usr/local/ run:: +To install in /usr/local/ run as root:: $ make install -If you want install in different place run:: +If you run as regular user ``prefix`` set to:: + + $HOME/usr + +To install in different place run:: $ make install prefix=PREFIX @@ -28,8 +32,12 @@ $ make prefix=PREFIX install install-local-symlink +How to uninstall from supplied Makefile. +======================================== + To uninstall run one command from list accordingly to installation procedure:: $ make uninstall $ make uninstall prefix=PREFIX $ make prefix=PREFIX uninstall uninstall-local-symlink +