Update README.md

This commit is contained in:
Brian Munkholm 2018-05-07 14:01:16 +02:00 committed by GitHub
parent b703c1f069
commit 0b8dffc4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ The API reference is located at [realm.io/docs/javscript/latest/api/](https://re
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. 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: Prerequisites:
- Node: 4.0 <= version < 7.0 and python2.7 (3.x won't work) - Node: 4.0 <= version < 7.0
- Xcode 7.2+ - Xcode 7.2+
- Android SDK 23+ - Android SDK 23+
- Android NDK 10e - Android NDK 10e
@ -63,6 +63,7 @@ git submodule update --init --recursive
- The compiled version of the Android module is here: `<project-root>/android` - The compiled version of the Android module is here: `<project-root>/android`
### Building for nodejs: ### Building for nodejs:
Be sure you have python2.7 as the default python. 3.x won't work, and it's not enough to use `--python=python2.7` as parameter to npm.
``` ```
npm install --build-from-source=realm npm install --build-from-source=realm