Skip to content

Commit

Permalink
docs: linux required system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Mar 11, 2016
1 parent 2aea1cd commit fe6cd77
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/multi-platform-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ brew install Caskroom/cask/xquartz wine mono

To build app in distributable format for Linux on OS X:
```
brew install ruby gnu-tar libicns
brew install ruby gnu-tar libicns imagemagick graphicsmagick
gem install fpm
```

Please note — Windows codesign supported currently only on Windows.
## Linux
To build app in distributable format for Linux:
```
sudo apt-get install icnsutils graphicsmagick
```

## Windows

Linux and Windows: not documented yet.
Not documented yet.

0 comments on commit fe6cd77

Please sign in to comment.