Fix Ubuntu documentation

This commit is contained in:
Andrea Pivetta 2017-10-25 19:57:44 +02:00 committed by GitHub
parent 8e985d0689
commit ded03ea286

View file

@ -51,6 +51,7 @@ and [here](https://github.com/electron-userland/electron-builder/issues/993#issu
```shellsession
$ sudo ln -s `find /usr/lib64/ -type f -name "libbz2.so.1*"` /usr/lib64/libbz2.so.1.0
$ sudo ln -s `find /usr/lib64/ -type f -name "libreadline.so.7.0"` /usr/lib64/libreadline.so.6
```
### Ubuntu 16.04
@ -69,7 +70,7 @@ $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
After that, install the dependencies to build and test the app:
```shellsession
$ sudo apt update && apt install -y nodejs gcc make libsecret-1-dev
$ 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.