diff options
| author | Ken Chen <[email protected]> | 2021-05-29 13:45:50 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-29 13:45:50 +1000 |
| commit | b7ed2d559d51da4daf2001c589475b93b88289dc (patch) | |
| tree | 796c3b6b317b79f4ea3607d2d10c6dd1001dd585 /README.md | |
| parent | c7ecfc584b2b3a8324e86ab16b2c3979863789f7 (diff) | |
| download | librazermacos-b7ed2d559d51da4daf2001c589475b93b88289dc.tar.xz librazermacos-b7ed2d559d51da4daf2001c589475b93b88289dc.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,8 +2,7 @@ C library of openrazer drivers ported to macOS. -Exposed as a shared/dynamic library - `librazermacos.so`. - +Exposed as a shared/dynamic library - `librazermacos.so` to provider interoperability with various frontends. Includes a sample CLI implementation in C to demonstrate driver function calls. @@ -20,3 +19,6 @@ To build the shared library only. ```bash make librazermacos.so ``` + +## razer-macos frontend +[razer-macos](https://github.com/1kc/razer-macos/) does not actually build `librazermacos.so`, instead the drivers are built by [binding.gyp](https://github.com/1kc/razer-macos/blob/master/binding.gyp). |
