Skip to content

Commit 4d1bc78

Browse files
committed
tested with Ruby 2.3.3 on Mac OS Sierra. updated doc for sqlite3 workaround
1 parent fd5e50d commit 4d1bc78

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,11 @@ See this [sync customer example](examples/sync_customer) for how to use the API
7575
* (hold) implement sync_down and test cases (conflict with ext fields validation!)
7676
* (hold) add caching to rest-client layer
7777

78+
### Fix sqlite crash on Mac OS Sierra
79+
```
80+
gem uninstall sqlite3
81+
bundle config build.sqlite3-ruby "--with-sqlite3-include=/usr/local/Cellar/sqlite/3.15.2/include/ --with-sqlite3-lib=/usr/local/Cellar/sqlite/3.15.2/lib"
82+
bundle install
83+
```
84+
:wq
85+

0 commit comments

Comments
 (0)