INSTALL.rst
changeset 228 88f7e396eb1d
parent 227 d988124ee012
child 229 b7b92f209bd5
equal deleted inserted replaced
227:d988124ee012 228:88f7e396eb1d
    25 
    25 
    26 To install in different place run::
    26 To install in different place run::
    27 
    27 
    28   $ make install prefix=PREFIX
    28   $ make install prefix=PREFIX
    29 
    29 
    30 If you install in nonstandard place and wont use dictionary for current user
       
    31 run::
       
    32 
       
    33   $ make prefix=PREFIX install install-local-symlink
       
    34 
       
    35 How to uninstall from supplied Makefile.
    30 How to uninstall from supplied Makefile.
    36 ========================================
    31 ========================================
    37 
    32 
    38 To uninstall run one command from list accordingly to installation procedure::
    33 To uninstall run one command from list accordingly to installation procedure::
    39 
    34