1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Building Grammalecte
# How to build Grammalecte
## Required ##
For building:
* Python 3.7+ (download)[https://www.python.org/]
* NodeJS (download)[https://nodejs.org/]
* npm (should be installed with NodeJS)
* web-ext (instructions)[https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/]
For testing:
* Firefox Developer (download)[https://www.mozilla.org/en-US/firefox/developer/]
* Thunderbird (download)[https://www.thunderbird.net/]
## Commands ##
**Build a language**
`make.py LANG`
|
|
|
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Building Grammalecte
# How to build Grammalecte
## Required ##
For building:
* Python 3.7+ [download](https://www.python.org/)
* NodeJS [download](https://nodejs.org/)
* npm (should be installed with NodeJS)
* web-ext [instructions](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/)
For testing:
* Firefox Developer [download](https://www.mozilla.org/en-US/firefox/developer/)
* Thunderbird [download](https://www.thunderbird.net/)
## Commands ##
**Build a language**
`make.py LANG`
|