mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-12 15:24:18 +00:00
Add info to the README about using a local build of core.
This commit is contained in:
parent
8c56d13382
commit
ccdc3b0754
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user