Add info to the README about using a local build of core.

This commit is contained in:
Mark Rowe 2016-03-02 00:21:55 -08:00
parent 8c56d13382
commit ccdc3b0754
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@ platforms when integrated into a binding.
make
```
If you wish to build against a local version of core you can invoke `cmake` like so:
```
cmake -DREALM_CORE_VERSION=/path/to/realm-core
```
The given core tree will be built as part of the object store build.
## Testing
```