Merge pull request #1227 from ashwinphatak/master
Use exact Node & NDK versions known to work in prerequisites
This commit is contained in:
commit
e6c2bdee6e
|
@ -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. You’ll 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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue