Merge pull request #1227 from ashwinphatak/master

Use exact Node & NDK versions known to work in prerequisites
This commit is contained in:
Ashwin Phatak 2017-08-22 14:40:34 +05:30 committed by GitHub
commit e6c2bdee6e
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ The API reference is located at [realm.io/docs/javscript/latest/api](https://rea
In case you don't want to use the precompiled version on npm, you can build Realm yourself from source. Youll need an Internet connection the first time you build in order to download the core library.
Prerequisites:
- Node 4.0+
- Node: 4.0 <= version < 7.0
- Xcode 7.2+
- Android SDK 23+
- Android NDK 10e+
- Android NDK 10e
First clone this repository: