Differences From Artifact [f144e05209]:
- File doc/build.md — part of check-in [7d084c57ca] at 2023-06-11 11:28:49 on branch trunk — [fr] màj dictionnaires (user: olr, size: 1850) [annotate] [blame] [check-ins using]
To Artifact [8e94750877]:
- File doc/build.md — part of check-in [7e1ff41466] at 2025-09-15 12:30:24 on branch trunk — [doc] update build instructions (user: olr, size: 2041) [annotate] [blame] [check-ins using]
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/) |
︙ |