www/INSTALL.rst
changeset 1208 365d3dd9eae5
parent 811 d8b40020cb6d
equal deleted inserted replaced
1207:e4f601df93b1 1208:365d3dd9eae5
    49 Select ``Edit ==> Dictionaries...`` in GoldenDict menu (or just press ``F3``)
    49 Select ``Edit ==> Dictionaries...`` in GoldenDict menu (or just press ``F3``)
    50 and add directory where you extracted files. Press ``Refresh`` button and enjoy!
    50 and add directory where you extracted files. Press ``Refresh`` button and enjoy!
    51 
    51 
    52 .. NOTE:: Only ``*.dict.dz`` and ``*.index`` files are required for GoldenDict.
    52 .. NOTE:: Only ``*.dict.dz`` and ``*.index`` files are required for GoldenDict.
    53 
    53 
    54 How to build and install with supplied Makefile
    54 How to build and install using supplied Makefile
    55 ===============================================
    55 ================================================
    56 
    56 
    57 To build and install to ``/usr/local/`` run as root::
    57 To build and install to ``/usr/local/`` run as root::
    58 
    58 
    59   $ make install
    59   $ make install
    60 
    60 
    62 
    62 
    63   $HOME/usr
    63   $HOME/usr
    64 
    64 
    65 To install to different place run::
    65 To install to different place run::
    66 
    66 
    67   $ make install prefix=PREFIX
    67   $ make install prefix=$PREFIX
    68 
    68 
    69 How to uninstall from supplied Makefile
    69 How to uninstall using supplied Makefile
    70 =======================================
    70 ========================================
    71 
    71 
    72 To uninstall run one of::
    72 To uninstall run one of::
    73 
    73 
    74   $ make uninstall
    74   $ make uninstall
    75   $ make uninstall prefix=PREFIX
    75   $ make uninstall prefix=$PREFIX
    76   $ make prefix=PREFIX uninstall uninstall-local-symlink
    76   $ make prefix=$PREFIX uninstall uninstall-local-symlink
    77 
       
    78 accordingly to installation procedure.
       
    79 
    77 
    80 Register dictionaries in dictd server in Debian
    78 Register dictionaries in dictd server in Debian
    81 ===============================================
    79 ===============================================
    82 
    80 
    83 For given directory ``/home/user/usr/share/dictd/``::
    81 For given directory ``/home/user/usr/share/dictd/``::