diff options
| author | Ken Chen <[email protected]> | 2021-05-29 13:37:33 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-29 13:37:33 +1000 |
| commit | c7ecfc584b2b3a8324e86ab16b2c3979863789f7 (patch) | |
| tree | 91bdcca87c252a92d7455d49410e64b9b907db7d | |
| parent | 63579b2301ac97583c9376bb8f4c31ae5c36c54f (diff) | |
| download | librazermacos-c7ecfc584b2b3a8324e86ab16b2c3979863789f7.tar.xz librazermacos-c7ecfc584b2b3a8324e86ab16b2c3979863789f7.zip | |
Update README.md
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1 +1,22 @@ # librazermacos + +C library of openrazer drivers ported to macOS. + +Exposed as a shared/dynamic library - `librazermacos.so`. + + +Includes a sample CLI implementation in C to demonstrate driver function calls. + +To build the shared library and sample cli +```bash +make +``` +Running the CLI +```bash +./sample_cli +``` + +To build the shared library only. +```bash +make librazermacos.so +``` |
