diff -r d0e948499faf -r a1a505947f5e README --- a/README Thu Aug 06 17:06:13 2009 +0300 +++ b/README Thu Aug 06 17:06:28 2009 +0300 @@ -1,5 +1,26 @@ -*- outline -*- +* How install/uninstall? + +To install in /usr/local/ run: + + $ make install + +If you want install in different place run: + + $ make install prefix=PREFIX + +If you install in nonstandard place and wont use dictionary for current user +run: + + $ make install-user prefix=PREFIX + +To uninstall run accordingly: + + $ make uninstall + $ make uninstall prefix=PREFIX + $ make uninstall-user prefix=PREFIX + * What file needed to create dictionary? .tab_ and .descr, which contain text data in UTF-8 encoding.