Add note about DYLD_LIBRARY_PATH to readme

pull/2/head
Thijs Cadier 9 years ago
parent b12196a41e
commit 498b19c892

@ -13,7 +13,12 @@ The API is experimental, it might change at any time.
## Compatibility
The driver currently only builds on Unix, only tested on Mac Os X so far.
The driver currently only builds on Unix, only tested on Mac Os X so far. On Mac Os X you might need to
set this environment var for building to work (see https://github.com/crabtw/rust-bindgen#building for details):
```
export DYLD_LIBRARY_PATH=/Library/Developer/CommandLineTools/usr/lib
```
## Contributing

Loading…
Cancel
Save