www/HACKING.rst
changeset 1160 d1c76b72e9d6
parent 1130 44161bb73b60
child 1204 ad00658fcd00
equal deleted inserted replaced
1159:7ba203c3b294 1160:d1c76b72e9d6
    42 
    42 
    43 ``gadict`` project provides dictionaries encoded in custom format. In order to
    43 ``gadict`` project provides dictionaries encoded in custom format. In order to
    44 precess them you need GNU Make and Python 2.7 and possibly other tools.
    44 precess them you need GNU Make and Python 2.7 and possibly other tools.
    45 
    45 
    46 To produce dictionaries in ``dictd`` format you need to install ``dictd``
    46 To produce dictionaries in ``dictd`` format you need to install ``dictd``
    47 dictribution with ``dictfmt`` and ``dictzip`` utilities and run::
    47 dictribution with ``dictfmt`` and ``dictzip`` utilities::
       
    48 
       
    49   sudo apt install dictfmt dictzip
       
    50 
       
    51 and run::
    48 
    52 
    49   $ make dict
    53   $ make dict
    50 
    54 
    51 To make Anki decks checkout Anki sources::
    55 To make Anki decks checkout Anki sources::
    52 
    56