Skip to content

Commit 9ca5fa6

Browse files
authored
Merge pull request #2761 from abnersajr/ptBr-translations
Pt br translations
2 parents d980931 + 74825dd commit 9ca5fa6

File tree

8 files changed

+156
-29
lines changed

8 files changed

+156
-29
lines changed

docs/build.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Build
2-
This page is also available in [Japanese](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Korean](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russain](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Simplified Chinese](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [French](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/build.md) and [German](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md).
2+
3+
This page is also available in [Japanese](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Korean](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russain](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Simplified Chinese](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [French](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/build.md), [Portuguese](https://github.com/BoostIO/Boostnote/blob/master/docs/pt_BR/build.md) and [German](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md).
34

45
## Environments
56

6-
* npm: 6.x
7-
* node: 8.x
7+
- npm: 6.x
8+
- node: 8.x
89

910
## Development
1011

@@ -24,7 +25,9 @@ $ yarn run dev
2425
```
2526

2627
> ### Notice
28+
>
2729
> There are some cases where you have to refresh the app manually.
30+
>
2831
> 1. When editing a constructor method of a component
2932
> 2. When adding a new css class (similar to 1: the CSS class is re-written by each component. This process occurs at the Constructor method.)
3033
@@ -51,7 +54,6 @@ Distribution packages are created by exec `grunt build` on Linux platform (e.g.
5154
5255
After installing the supported version of `node` and `npm`, install build dependency packages.
5356

54-
5557
Ubuntu/Debian:
5658

5759
```

docs/de/build.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Build
2-
Diese Seite ist auch verfügbar in [Japanisch](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Koreanisch](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russisch](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Vereinfachtem Chinesisch](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [Französisch](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/build.md) und [Deutsch](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md).
2+
3+
Diese Seite ist auch verfügbar in [Japanisch](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Koreanisch](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russisch](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Vereinfachtem Chinesisch](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [Französisch](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/build.md), [Portugiesisch](https://github.com/BoostIO/Boostnote/blob/master/docs/pt_BR/build.md) und [Deutsch](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md).
34

45
## Umgebungen
56

6-
* npm: 6.x
7-
* node: 8.x
7+
- npm: 6.x
8+
- node: 8.x
89

910
## Entwicklung
1011

@@ -24,7 +25,9 @@ $ yarn run dev
2425
```
2526

2627
> ### Notiz
28+
>
2729
> Es gibt einige Fälle bei denen die App manuell zu refreshen ist.
30+
>
2831
> 1. Wenn eine "constructor method" einer Komponente manuell editiert wird.
2932
> 2. Wenn eine neue CSS Klasse ergänzt wird (ähnlich wie 1: die CSS Klasse wird von jeder Komponenete neu geschrieben. Dieser Prozess passiert in der "Constructor method".)
3033
@@ -51,7 +54,6 @@ Distributions Pakete können mittels `grunt build` auf Linux Plattformen (e.g. U
5154
5255
Nach der Installation der supporteten Version von `node` and `npm`, installiere auch build dependency packages.
5356

54-
5557
Ubuntu/Debian:
5658

5759
```

docs/de/debug.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# How to debug Boostnote (Electron app)
22

3-
Diese Seite ist auch verfügbar in [Japanisch](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/debug.md), [Koreanisch](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/debug.md), [Russisch](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/debug.md), [Vereinfachtem Chinesisch](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/debug.md), [Französisch](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/debug.md) und [Deutsch](https://github.com/BoostIO/Boostnote/blob/master/docs/de/debug.md).
3+
Diese Seite ist auch verfügbar in [Japanisch](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/debug.md), [Koreanisch](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/debug.md), [Russisch](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/debug.md), [Vereinfachtem Chinesisch](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/debug.md), [Französisch](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/debug.md), [Portugiesisch](https://github.com/BoostIO/Boostnote/blob/master/docs/pt_BR/debug.md) und [Deutsch](https://github.com/BoostIO/Boostnote/blob/master/docs/de/debug.md).
44

5-
6-
Boostnote ist eine Electron App und basiert auf Chromium.
5+
Boostnote ist eine Electron App und basiert auf Chromium.
76

87
Zum Entwicklen verwendest du am Besten die `Developer Tools` von Google Chrome verwenden. Diese kannst du ganz einfach im unter dem Menüpunkt `View` mit `Toggle Developer Tools` aktivieren:
98

@@ -13,19 +12,18 @@ Die Anzeige der `Developer Tools` sieht in etwa so aus:
1312

1413
![Developer_Tools](https://cloud.githubusercontent.com/assets/11307908/24343545/eff9f3a6-127b-11e7-94cf-cb67bfda634a.png)
1514

16-
1715
## Debugging
1816

19-
Fehlermeldungen werden in der Regel in der `console` ausgegeben, die du über den gleichnamigen Reiter der `Developer Tools` anzeigen lassen kannst. Zum Debuggen kannst du beispielsweise über den `debugger` Haltepunkte im Code setzen.
17+
Fehlermeldungen werden in der Regel in der `console` ausgegeben, die du über den gleichnamigen Reiter der `Developer Tools` anzeigen lassen kannst. Zum Debuggen kannst du beispielsweise über den `debugger` Haltepunkte im Code setzen.
2018

2119
![debugger](https://cloud.githubusercontent.com/assets/11307908/24343879/9459efea-127d-11e7-9943-f60bf7f66d4a.png)
2220

2321
Du kannst aber natürlich auch die Art von Debugging verwenden mit der du am besten zurecht kommst.
2422

2523
## Referenz
2624

27-
* [Official document of Google Chrome about debugging](https://developer.chrome.com/devtools)
25+
- [Official document of Google Chrome about debugging](https://developer.chrome.com/devtools)
2826

2927
---
3028

31-
Special thanks: Translated by [gino909](https://github.com/gino909), [mdeuerlein](https://github.com/mdeuerlein)
29+
Special thanks: Translated by [gino909](https://github.com/gino909), [mdeuerlein](https://github.com/mdeuerlein)

docs/debug.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# How to debug Boostnote (Electron app)
22

3-
This page is also available in [Japanese](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/debug.md), [Korean](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/debug.md), [Russain](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/debug.md), [Simplified Chinese](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/debug.md), [French](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/debug.md) and [German](https://github.com/BoostIO/Boostnote/blob/master/docs/de/debug.md).
3+
This page is also available in [Japanese](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/debug.md), [Korean](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/debug.md), [Russain](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/debug.md), [Simplified Chinese](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/debug.md), [French](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/debug.md), [Portuguese](https://github.com/BoostIO/Boostnote/blob/master/docs/pt_BR/debug.md) and [German](https://github.com/BoostIO/Boostnote/blob/master/docs/de/debug.md).
44

55
## Debug with Google Chrome developer Tools
6+
67
Boostnote is an Electron app so it's based on Chromium; developers can use `Developer Tools` just like Google Chrome.
78

89
You can toggle the `Developer Tools` like this:
@@ -14,23 +15,26 @@ The `Developer Tools` will look like this:
1415
When errors occur, the error messages are displayed at the `console`.
1516

1617
### Debugging
18+
1719
For example, you can use the `debugger` to set a breakpoint in the code like this:
1820

1921
![debugger](https://cloud.githubusercontent.com/assets/11307908/24343879/9459efea-127d-11e7-9943-f60bf7f66d4a.png)
2022

2123
This is just an illustrative example, you should find a way to debug which fits your style.
2224

2325
### References
24-
* [Official document of Google Chrome about debugging](https://developer.chrome.com/devtools)
26+
27+
- [Official document of Google Chrome about debugging](https://developer.chrome.com/devtools)
2528

2629
## Debug with Visual Studio Code
2730

28-
1. Install **[Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome "Install Debugger for Chrome")** plugin for Visual Studio Code. Then restart it.
31+
1. Install **[Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome 'Install Debugger for Chrome')** plugin for Visual Studio Code. Then restart it.
2932
2. Pressing **Shift+Command+B** or running **Run Build Task** from the global **Terminal** menu, then pick the task named **Build Boostnote**. Or run `yarn run watch` from the terminal.
3033
3. When above task is running, open **Debug view** in **Activity Bar** on the side of VS Code or use shortcut **Shift+Command+D**.
3134
4. Select the configuration named **Boostnote All** from the **Debug configuration**, then click the green arrow button or press **F5** to start debugging.
3235
5. Now you should find **Boostnote** is running. You will see two processes running, one named **Boostnote Main** and the other named **Boostnote Renderer**. Now you can set **debug breakpoints** in vscode. If you find your **breakpoints** is unverified, you need to switch to the appropriate process between **Boostnote Renderer** and **Boostnote Main**.
3336

34-
### References
35-
* [Electron application debugging](https://electronjs.org/docs/tutorial/application-debugging)
36-
* [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)
37+
### References
38+
39+
- [Electron application debugging](https://electronjs.org/docs/tutorial/application-debugging)
40+
- [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)

docs/fr/build.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Build
2-
Cette page est également disponible en [Anglais](https://github.com/BoostIO/Boostnote/blob/master/docs/build.md), [Japonais](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Coréen](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russe](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Chinois Simplifié](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md) et en [Allemand](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md)
2+
3+
Cette page est également disponible en [Anglais](https://github.com/BoostIO/Boostnote/blob/master/docs/build.md), [Japonais](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Coréen](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russe](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Chinois Simplifié](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [Portugais](https://github.com/BoostIO/Boostnote/blob/master/docs/pt_BR/build.md) et en [Allemand](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md)
34

45
## Environnements
56

6-
* npm: 6.x
7-
* node: 8.x
7+
- npm: 6.x
8+
- node: 8.x
89

910
## Développement
1011

@@ -16,14 +17,17 @@ Installez les paquets requis à l'aide de `yarn`.
1617
```
1718
$ yarn
1819
```
20+
1921
Build et start
2022

2123
```
2224
$ yarn run dev
2325
```
2426

2527
> ### Notice
28+
>
2629
> Il y a certains cas où vous voudrez relancer l'application manuellement.
30+
>
2731
> 1. Quand vous éditez la méthode constructeur dans un composant
2832
> 2. Quand vous ajoutez une nouvelle classe css. (Comme pour 1: la classe est réécrite pour chaque composant. Le process intervient dans la méthode constructeur)
2933
@@ -37,6 +41,7 @@ Nous avons donc préparé un script séparé qui va rendre un fichier exécutabl
3741
```
3842
grunt pre-build
3943
```
44+
4045
Vous trouverez l'exécutable dans le dossier `dist`.
4146
Note : l'auto updater ne marchera pas car l'application n'est pas signée.
4247

@@ -50,7 +55,6 @@ Les paquets sont créés en exécutant `grunt build` sur une plateforme Linux (e
5055
5156
Après avoir installé la version supportée de `node` et de `npm`, installer les paquets de builds.
5257

53-
5458
Ubuntu/Debian:
5559

5660
```

docs/pt_BR/build.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Build
2+
3+
Esta página também está disponível em [Japônes](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [Coreano](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [Russo](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [Chinês simplificado](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [Francês](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/build.md) e [Alemão](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md).
4+
5+
## Ambiente
6+
7+
- npm: 6.x
8+
- node: 8.x
9+
10+
## Desenvolvimento
11+
12+
Nós usamos o Webpack HMR para desenvolver o Boostnote.
13+
Ao executar os seguintes comandos no diretório raiz do projeto, o Boostnote será iniciado com as configurações padrão.
14+
15+
Instala os pacotes necessários usando o yarn.
16+
17+
```
18+
$ yarn
19+
```
20+
21+
Gerar e iniciar.
22+
23+
```
24+
$ yarn run dev
25+
```
26+
27+
> ### Notice
28+
>
29+
> Existe alguns casos onde você precisa atualizar o app manualmente.
30+
>
31+
> 1. Quando editar um método construtor de um componente
32+
> 2. Quando adicionar uma nova classe de css (similiar ao 1: a classe do css é reescrita por cada componente. Esse processo ocorre através do método construtor)
33+
34+
## Deploy
35+
36+
Nós usamos o Grunt para automatizar o desenvolvimento.
37+
Você pode gerar o programa usando `grunt`. Contudo, nós não recomendamos isso porque a tarefa padrão inclui _codedesign_ e _authenticode_.
38+
39+
Então nós preparamos um _script_ separado, o qual somente cria um executável.
40+
41+
```
42+
grunt pre-build
43+
```
44+
45+
Você irá encontrar o executável na pasta `dist`. Nota: o atualizador automático não funciona porque o app não está certificado.
46+
47+
Se você achar isto necessário, você pode usar o _codesign_ ou o _authenticode_ com esse executável.
48+
49+
## Faça seus próprios pacotes de distribuição (deb, rpm)
50+
51+
Pacotes de distribuição são gerados através do comando `grunt build` em plataforma Linux (e.g. Ubuntu, Fedora).
52+
53+
> Nota: você pode criar `.deb` e `.rpm` em um mesmo ambiente.
54+
55+
Depois de instalar uma versão suportada do `node` e do `npm`, deve-se instalar as dependências para gerar os pacotes.
56+
57+
Ubuntu/Debian:
58+
59+
```
60+
$ sudo apt-get install -y rpm fakeroot
61+
```
62+
63+
Fedora:
64+
65+
```
66+
$ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot
67+
```
68+
69+
Então execute `grunt build`.
70+
71+
```
72+
$ grunt build
73+
```
74+
75+
Você vai encontrar o `.deb` e o `.rpm` na pasta`dist`.

docs/pt_BR/debug.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Como debugar Boostnote (app Electron)
2+
3+
Esta página também está disponível em [Japônes](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/debug.md), [Coreano](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/debug.md), [Russo](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/debug.md), [Chinês simplificado](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/debug.md), [Francês](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/debug.md) e [Alemão](https://github.com/BoostIO/Boostnote/blob/master/docs/de/debug.md).
4+
5+
## Debugar com o Google Chrome developer Tools
6+
7+
Boostnote é um app Electron, por isso ele é baseado no Chromium; desenvolvedores podem usar o `Developer Tools` igual no Google Chrome.
8+
9+
Você pode habilitar e desabilitar o `Developer Tools` assim:
10+
![how_to_toggle_devTools](https://cloud.githubusercontent.com/assets/11307908/24343585/162187e2-127c-11e7-9c01-23578db03ecf.png)
11+
12+
O `Developer Tools` deve parecer assim:
13+
![Developer_Tools](https://cloud.githubusercontent.com/assets/11307908/24343545/eff9f3a6-127b-11e7-94cf-cb67bfda634a.png)
14+
15+
Quando erros acontecem, eles são apresentados na aba `console`.
16+
17+
### Debugando
18+
19+
Por exemplo, você pode usar o `debugger` para adicionar um _breakpoint_ (ponto de parada) no código dessa forma:
20+
21+
![debugger](https://cloud.githubusercontent.com/assets/11307908/24343879/9459efea-127d-11e7-9943-f60bf7f66d4a.png)
22+
23+
Isso é só um exemplo ilustrativo, mas você deve encontrar um jeito de debugar que encaixe no seu estilo.
24+
25+
### Referências
26+
27+
- [Documentação do Google Chrome sobre como debugar](https://developer.chrome.com/devtools)
28+
29+
## Debugar com o Visual Studio Code (VS Code)
30+
31+
1. Instale o plugin **[Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome 'Instale o pacote Debugger for Chrome')** para Visual Studio Code. Então reinicie-o.
32+
2. Pressione **Shift+Command+B** ou execute **Run Build Task** do menu global **Terminal**, então seleciona a task **Build Boostnote**. Ou execute `yarn run watch` no terminal.
33+
3. Quando a task acima estiver rodando, abra o **Debug view** na **Activity Bar** no lado do seu VS Code ou use o atalho **Shift+Command+D**.
34+
4. Selecione a configuração **Boostnote All** no **Debug configuration**, então clique na seta verde ou aperte **F5** para começar a debugar.
35+
5. Agora você deve encontrar seu **Boostnote** rodando. Você vai ver dois processos rodando, um com nome de **Boostnote Main** e outro com nome de **Boostnote Renderer**. Agora você pode adicionar os **debug breakpoints** no vscode. Se os seus **breakpoints** não forem alertados você pode precisar altenrar entre os processos **Boostnote Renderer** e **Boostnote Main**.
36+
37+
### Referências
38+
39+
- [Debugando uma aplicação Electron](https://electronjs.org/docs/tutorial/application-debugging)
40+
- [Debugger for Chrome](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome)

docs/zh_TW/build.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# 編譯
2-
此文件還提供下列的語言 [日文](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [韓文](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [俄文](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [簡體中文](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [法文](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/build.md) and [德文](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md).
2+
3+
此文件還提供下列的語言 [日文](https://github.com/BoostIO/Boostnote/blob/master/docs/jp/build.md), [韓文](https://github.com/BoostIO/Boostnote/blob/master/docs/ko/build.md), [俄文](https://github.com/BoostIO/Boostnote/blob/master/docs/ru/build.md), [簡體中文](https://github.com/BoostIO/Boostnote/blob/master/docs/zh_CN/build.md), [法文](https://github.com/BoostIO/Boostnote/blob/master/docs/fr/build.md), [葡萄牙](https://github.com/BoostIO/Boostnote/blob/master/docs/pt_BR/build.md) and [德文](https://github.com/BoostIO/Boostnote/blob/master/docs/de/build.md).
34

45
## 環境
56

6-
* npm: 6.x
7-
* node: 8.x
7+
- npm: 6.x
8+
- node: 8.x
89

910
## 開發
1011

@@ -25,7 +26,9 @@ $ yarn run dev
2526
```
2627

2728
> ### Notice
29+
>
2830
> There are some cases where you have to refresh the app manually.
31+
>
2932
> 1. When editing a constructor method of a component
3033
> 2. When adding a new css class (similar to 1: the CSS class is re-written by each component. This process occurs at the Constructor method.)
3134
@@ -52,7 +55,6 @@ Distribution packages are created by exec `grunt build` on Linux platform (e.g.
5255
5356
After installing the supported version of `node` and `npm`, install build dependency packages.
5457

55-
5658
Ubuntu/Debian:
5759

5860
```

0 commit comments

Comments
 (0)