INSTALL.rst
changeset 227 d988124ee012
parent 226 7f69e82d1a32
child 228 88f7e396eb1d
equal deleted inserted replaced
226:7f69e82d1a32 227:d988124ee012
    10 Document version.
    10 Document version.
    11 =================
    11 =================
    12 
    12 
    13 .. include:: VERSION.rst
    13 .. include:: VERSION.rst
    14 
    14 
    15 How install/uninstall?
    15 How to install from supplied Makefile.
    16 ======================
    16 ===================================
    17 
    17 
    18 To install in /usr/local/ run::
    18 To install in /usr/local/ run as root::
    19 
    19 
    20   $ make install
    20   $ make install
    21 
    21 
    22 If you want install in different place run::
    22 If you run as regular user ``prefix`` set to::
       
    23 
       
    24   $HOME/usr
       
    25 
       
    26 To install in different place run::
    23 
    27 
    24   $ make install prefix=PREFIX
    28   $ make install prefix=PREFIX
    25 
    29 
    26 If you install in nonstandard place and wont use dictionary for current user
    30 If you install in nonstandard place and wont use dictionary for current user
    27 run::
    31 run::
    28 
    32 
    29   $ make prefix=PREFIX install install-local-symlink
    33   $ make prefix=PREFIX install install-local-symlink
    30 
    34 
       
    35 How to uninstall from supplied Makefile.
       
    36 ========================================
       
    37 
    31 To uninstall run one command from list accordingly to installation procedure::
    38 To uninstall run one command from list accordingly to installation procedure::
    32 
    39 
    33   $ make uninstall
    40   $ make uninstall
    34   $ make uninstall prefix=PREFIX
    41   $ make uninstall prefix=PREFIX
    35   $ make prefix=PREFIX uninstall uninstall-local-symlink
    42   $ make prefix=PREFIX uninstall uninstall-local-symlink
       
    43