README
changeset 26 6dfc4ac2dc80
parent 15 3b3e166c793e
child 27 b5d5bd21717e
equal deleted inserted replaced
25:d0fcacd6421d 26:6dfc4ac2dc80
    11   $ make install prefix=PREFIX
    11   $ make install prefix=PREFIX
    12 
    12 
    13 If you install in nonstandard place and wont use dictionary for current user
    13 If you install in nonstandard place and wont use dictionary for current user
    14 run:
    14 run:
    15 
    15 
    16   $ make install-user prefix=PREFIX
    16   $ make prefix=PREFIX install install-local-symlink
    17 
    17 
    18 To uninstall run accordingly:
    18 To uninstall run one command from list accordingly to installation procedure:
    19 
    19 
    20   $ make uninstall
    20   $ make uninstall
    21   $ make uninstall prefix=PREFIX
    21   $ make uninstall prefix=PREFIX
    22   $ make uninstall-user prefix=PREFIX
    22   $ make prefix=PREFIX uninstall uninstall-local-symlink
    23 
    23 
    24 * What file needed to create dictionary?
    24 * What file needed to create dictionary?
    25 
    25 
    26 .tab_ and .descr, which contain text data in UTF-8 encoding.
    26 .tab_ and .descr, which contain text data in UTF-8 encoding.
    27 
    27