INSTALL.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Jul 2012 23:15:44 +0300
changeset 232 81bfc95bd853
parent 229 b7b92f209bd5
child 235 4a96c81d6c23
permissions -rw-r--r--
Move getting sources to proper place.

.. -*- fill-column: 78 -*-

.. include:: header.rst

=================================
 Installing gadict dictionaries.
=================================
.. contents::

Document version.
=================

.. include:: VERSION.rst

How to build and install from supplied Makefile.
================================================

To build and install in /usr/local/ run as root::

  $ make install

If you run as regular user ``prefix`` set to::

  $HOME/usr

To build and install in different place run::

  $ make install prefix=PREFIX

How to uninstall from supplied Makefile.
========================================

To uninstall run one command from list accordingly to installation procedure::

  $ make uninstall
  $ make uninstall prefix=PREFIX
  $ make prefix=PREFIX uninstall uninstall-local-symlink