Skip to content

Commit

Permalink
docs: Error packaging app on Linux electron-userland#309
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Apr 14, 2016
1 parent 574add7 commit bc6e4e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Multi Platform Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ gem install fpm
## Linux
To build app in distributable format for Linux:
```
sudo apt-get install ruby-dev gcc make icnsutils graphicsmagick
sudo apt-get install ruby-dev gcc make icnsutils graphicsmagick xz-utils
gem install fpm
```

To build app in distributable format for Windows on Linux:
* Install Wine:
* Install Wine (1.8+ is required):

```
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.8
```

* Install [Mono](http://www.mono-project.com/docs/getting-started/install/linux/#usage):
* Install [Mono](http://www.mono-project.com/docs/getting-started/install/linux/#usage) (4.2+ is required):

```
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Expand Down

0 comments on commit bc6e4e9

Please sign in to comment.