Also add note for Windows users about using --no-optional to skip iltorb build.

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2017-03-13 15:30:14 -04:00 коммит произвёл David Humphrey
Родитель 83e419158d
Коммит 265532221a
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -34,6 +34,11 @@ Navigate to the root of the directory you cloned and run:
$ npm install
```
NOTE: if you are running on Windows, and experience a build error with the `iltorb` package,
consider adding the `--no-optional` flag to have npm skip installing `iltorb`, which is optional
and requires python, gyp and a working c++ build environment.
See comment in https://github.com/mozilla/brackets/pull/588#issuecomment-280438175
Step 3: run the build
You can build Bramble by running the npm build task: