Grammalecte  Diff

Differences From Artifact [775996ca4c]:

To Artifact [2cc4d3d6c1]:



1
2
3
4
5
6
7
8
9
10
11




12
13
14
15

16
17

18
19
20
21
22
23
24
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+
* NodeJS
  * npm
  * web-ext : `https://developer.mozilla.org/fr/Add-ons/WebExtensions/Getting_started_with_web-ext`
* 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 Developper
* Firefox Developer > [download](https://www.mozilla.org/en-US/firefox/developer/)
* Firefox Nightly
* Thunderbird
* Thunderbird > [download](https://www.thunderbird.net/)


## Commands ##

**Build a language**

`make.py LANG`
57
58
59
60
61
62
63
64

65
66
67
68
69
70
71
57
58
59
60
61
62
63

64
65
66
67
68
69
70
71







-
+







> Install the LibreOffice extension.

`-fx --firefox`

> Launch Firefox Developper.
> Unit tests can be launched from the menu (Tests section).

`-we --webext`
`-fxn --firefox_nightly`

> Launch Firefox Nightly.
> Unit tests can be launched from the menu (Tests section).

`-tb --thunderbird`

> Launch Thunderbird.