Skip to content

Commit

Permalink
document the current dependencies for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Nov 23, 2017
1 parent 05086e0 commit 0fb732a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ addons:
# packages required for electron-installer-appimage
- xz-utils
- xorriso
- zsync

branches:
only:
Expand Down
6 changes: 5 additions & 1 deletion docs/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ After that, install the dependencies to build and test the app:
$ sudo apt update && sudo apt install -y nodejs gcc make libsecret-1-dev
```

If you want to package Desktop for distribution, you may need additional dependencies.
If you want to package Desktop for distribution, install these packages:

```shellsession
$ sudo apt install -y fakeroot dpkg rpm xz-utils xorriso zsync
```

## Verification

Expand Down

0 comments on commit 0fb732a

Please sign in to comment.