Overview
| Comment: | [doc] update about the first build |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | doc |
| Files: | files | file ages | folders |
| SHA3-256: |
d0368a79ebb71bdd5083c6dd4d2829d1 |
| User & Date: | olr on 2017-05-26 10:16:43 |
| Other Links: | manifest | tags |
Context
|
2017-05-26
| ||
| 12:31 | [fr] pt: patronyme avec particule check-in: f33780ea00 user: olr tags: trunk, fr | |
| 10:16 | [doc] update about the first build check-in: d0368a79eb user: olr tags: trunk, doc | |
| 10:14 | [build] fix Firefox extension creation at first build check-in: 9f851258d7 user: olr tags: trunk, build | |
Changes
Modified doc/build.txt from [f8846aedea] to [d154148022].
| ︙ | ︙ | |||
20 21 22 23 24 25 26 |
LANG is the lang code (ISO 639).
This script uses the file `config.ini` in the folder `gc_lang/LANG`.
== First build ==
Type:
| | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
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`.
|
| ︙ | ︙ | |||
52 53 54 55 56 57 58 |
-tb --thunderbird
Launch Thunderbird.
= Examples =
| | | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
-tb --thunderbird
Launch Thunderbird.
= Examples =
Full rebuild:
make.py LANG -b -d -js
After modifying grammar rules:
make.py LANG -t
If you modify the lexicon:
make.py LANG -d -js
If you modify your script build_data.py:
make.py LANG -b -js
|