From ccdc3b07540ece813ed10acc1db0062342b25079 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Wed, 2 Mar 2016 00:21:55 -0800 Subject: [PATCH] Add info to the README about using a local build of core. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 948a47e6..a641cb36 100644 --- a/README.md +++ b/README.md @@ -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 ```