Overview
Comment: | [doc] build.md update |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | doc |
Files: | files | file ages | folders |
SHA3-256: |
2c4b2b96bc60fa06f59e80797a9ebf60 |
User & Date: | olr on 2017-06-05 19:46:47 |
Other Links: | manifest | tags |
Context
2017-06-05
| ||
19:51 | [doc] build.md update check-in: 8297627a1d user: olr tags: trunk, doc | |
19:46 | [doc] build.md update check-in: 2c4b2b96bc user: olr tags: trunk, doc | |
19:46 | [doc] build.md update check-in: c3fe865e9b user: olr tags: trunk, doc | |
Changes
Modified doc/build.md from [b4dd27cf52] to [2e6038f3ed].
︙ | ︙ | |||
9 10 11 12 13 14 15 | npm jpm Thunderbird ## Commands ## | | | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | npm jpm Thunderbird ## Commands ## **Build a language** make.py LANG generate the LibreOffice extension and the package folder. LANG is the lang code (ISO 639). This script uses the file `config.ini` in the folder `gc_lang/LANG`. **First build** Type: make.py LANG -js This command is required to generate all necessary files. **Options** -b --build_data Launch the script `build_data.py` in the folder `gc_lang/LANG`. -d --dict Generate the indexable binary dictionary from the lexicon in the folder `lexicons`. |
︙ | ︙ |