Overview
Comment: | [doc] update build instructions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | doc |
Files: | files | file ages | folders |
SHA3-256: |
7e1ff41466036801ccaed153e04069de |
User & Date: | olr on 2025-09-15 12:30:24 |
Other Links: | manifest | tags |
Context
2025-09-15
| ||
12:51 | [fr] warning about the oxt_identifier variable check-in: 3d1951a830 user: olr tags: trunk, fr | |
12:30 | [doc] update build instructions check-in: 7e1ff41466 user: olr tags: trunk, doc | |
12:24 | [fr] mise à jour du Thesaurus (Algoo) check-in: e22005d53f user: olr tags: trunk, fr | |
Changes
Modified doc/build.md from [f144e05209] to [8e94750877].
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + + + + + + + + | # Building Grammalecte # How to build Grammalecte ## Before build ## For the French project, extract the zip files in gc_lang/fr/dictionnaire/lexique/corpus_data: ```bash cd gc_lang/fr/dictionnaire/lexique/corpus_data unzip -o '*.zip' ``` ## Required ## For building: * Python 3.7+ > [download](https://www.python.org/) * NodeJS (LTS version) > [download](https://nodejs.org/) |
︙ |