INSTALL.rst
changeset 226 7f69e82d1a32
child 227 d988124ee012
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/INSTALL.rst	Thu Jul 12 23:02:01 2012 +0300
@@ -0,0 +1,35 @@
+.. -*- fill-column: 78 -*-
+
+.. include:: header.rst
+
+=================================
+ Installing gadict dictionaries.
+=================================
+.. contents::
+
+Document version.
+=================
+
+.. include:: VERSION.rst
+
+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 prefix=PREFIX install install-local-symlink
+
+To uninstall run one command from list accordingly to installation procedure::
+
+  $ make uninstall
+  $ make uninstall prefix=PREFIX
+  $ make prefix=PREFIX uninstall uninstall-local-symlink