realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.61k stars 558 forks source link

Update building.md to include instructions on installing `clang-format` #6595

Closed kraenhansen closed 3 weeks ago

kraenhansen commented 3 weeks ago

What, How & Why?

With the merge of https://github.com/realm/realm-core/pull/7554 we'll need to ensure that our machines has a clang-format executable installed for the bindgen tool to invoke when generating C++ binding code.