README
changeset 14 a1a505947f5e
parent 12 bd6769abcd40
child 15 3b3e166c793e
equal deleted inserted replaced
13:d0e948499faf 14:a1a505947f5e
     1 -*- outline -*-
     1 -*- outline -*-
       
     2 
       
     3 * How install/uninstall?
       
     4 
       
     5 To install in /usr/local/ run:
       
     6 
       
     7   $ make install
       
     8 
       
     9 If you want install in different place run:
       
    10 
       
    11   $ make install prefix=PREFIX
       
    12 
       
    13 If you install in nonstandard place and wont use dictionary for current user
       
    14 run:
       
    15 
       
    16   $ make install-user prefix=PREFIX
       
    17 
       
    18 To uninstall run accordingly:
       
    19 
       
    20   $ make uninstall
       
    21   $ make uninstall prefix=PREFIX
       
    22   $ make uninstall-user prefix=PREFIX
     2 
    23 
     3 * What file needed to create dictionary?
    24 * What file needed to create dictionary?
     4 
    25 
     5 .tab_ and .descr, which contain text data in UTF-8 encoding.
    26 .tab_ and .descr, which contain text data in UTF-8 encoding.
     6 
    27