INSTALL.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Jul 2012 23:05:45 +0300
changeset 227 d988124ee012
parent 226 7f69e82d1a32
child 228 88f7e396eb1d
permissions -rw-r--r--
Split file on sections.

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

.. include:: header.rst

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

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

.. include:: VERSION.rst

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

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

  $ make install

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

  $HOME/usr

To 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

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