1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Add build dependency packages cmds

This commit is contained in:
jhdcruz
2019-10-23 14:36:34 +08:00
committed by Junyoung Choi
parent 1fe59caa19
commit d475146d80

View File

@@ -82,13 +82,21 @@ Distribution packages are created by exec `grunt build` on Linux platform (e.g.
After installing the supported version of `node` and `npm`, install build dependency packages. After installing the supported version of `node` and `npm`, install build dependency packages.
Ubuntu/Debian: **Ubuntu/Debian:**
```
$ npm i -g grunt-electron-installer-debian
```
``` ```
$ sudo apt-get install -y rpm fakeroot $ sudo apt-get install -y rpm fakeroot
``` ```
Fedora: **Fedora:**
```
$ npm i -g grunt-electron-installer-redhat
```
``` ```
$ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot $ sudo dnf install -y dpkg dpkg-dev rpm-build fakeroot
@@ -100,4 +108,4 @@ Then execute `grunt build`.
$ grunt build $ grunt build
``` ```
You will find `.deb` and `.rpm` in the `dist` directory. > You will find `.deb` and `.rpm` in the `dist` directory.