Use exact Node & NDK versions known to work in prerequisites

This commit is contained in:
Ashwin Phatak 2017-08-18 11:37:04 +05:30
parent 0e23737371
commit a9254a1a23
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: