Merge pull request #547 from paulb777/patch-3

Point out that dryice is required to build.
This commit is contained in:
Fabian Jakobs 2011-12-05 09:12:47 -08:00
commit b002aacf34

View file

@ -131,6 +131,12 @@ To package Ace we use the dryice build tool developed by the Mozilla Skywriter t
git submodule update --init --recursive
```
Make sure you at least version 0.3.0 of dryice
```bash
npm install dryice
```
Afterwards Ace can be built by calling
```bash