INSTALL.rst
changeset 226 7f69e82d1a32
child 227 d988124ee012
equal deleted inserted replaced
225:ef894029e70d 226:7f69e82d1a32
       
     1 .. -*- fill-column: 78 -*-
       
     2 
       
     3 .. include:: header.rst
       
     4 
       
     5 =================================
       
     6  Installing gadict dictionaries.
       
     7 =================================
       
     8 .. contents::
       
     9 
       
    10 Document version.
       
    11 =================
       
    12 
       
    13 .. include:: VERSION.rst
       
    14 
       
    15 How install/uninstall?
       
    16 ======================
       
    17 
       
    18 To install in /usr/local/ run::
       
    19 
       
    20   $ make install
       
    21 
       
    22 If you want install in different place run::
       
    23 
       
    24   $ make install prefix=PREFIX
       
    25 
       
    26 If you install in nonstandard place and wont use dictionary for current user
       
    27 run::
       
    28 
       
    29   $ make prefix=PREFIX install install-local-symlink
       
    30 
       
    31 To uninstall run one command from list accordingly to installation procedure::
       
    32 
       
    33   $ make uninstall
       
    34   $ make uninstall prefix=PREFIX
       
    35   $ make prefix=PREFIX uninstall uninstall-local-symlink