Merge pull request #23 from mixmix/master

add dependencies details
This commit is contained in:
Paul Frazee 2015-09-15 10:32:26 -05:00
commit 48f5cec9cd
1 zmienionych plików z 36 dodań i 2 usunięć

Wyświetl plik

@ -8,7 +8,39 @@ Patchwork isn't a website: it runs on your computer and syncs over the Internet
<a href="http://ssbc.github.io/">Learn more</a>
## Some development notes:
## Running Patchwork
**Dependencies:**
```
# Linux dependencies
apt-get install automake
# OSX dependencies
brew install automake
```
```
npm install
npm start
```
## Development & App-building :
**Dependencies**
```
# Linux dependencies
add-apt-repository ppa:ubuntu-wine/ppa -y
apt-get update
apt-get install nsis wine
# OSX dependencies
brew install makensis wine
```
```
npm install -d
@ -16,8 +48,10 @@ npm run build
npm run pack
```
---
Relevant docs:
- https://github.com/maxogden/electron-packager
- https://github.com/loopline-systems/electron-builder
- https://github.com/atom/electron/tree/master/docs
- https://github.com/atom/electron/tree/master/docs