|
|
|
@ -20,7 +20,10 @@ set this environment var for building to work (see https://github.com/crabtw/rus
|
|
|
|
|
export DYLD_LIBRARY_PATH=/Library/Developer/CommandLineTools/usr/lib
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
|
|
See the tests directory for examples of how to use the driver.
|
|
|
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
|
|
Contributions are very welcome, only the parts of the C driver we need have been wrapped so far. Please
|
|
|
|
|
write a test for any behavior you add.
|
|
|
|
|
Contributions are very welcome, only the parts of the C driver we need have been wrapped so far. Please write a test for any behavior you add.
|
|
|
|
|