aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKen Chen <[email protected]>2021-05-29 13:45:50 +1000
committerGitHub <[email protected]>2021-05-29 13:45:50 +1000
commitb7ed2d559d51da4daf2001c589475b93b88289dc (patch)
tree796c3b6b317b79f4ea3607d2d10c6dd1001dd585 /README.md
parentc7ecfc584b2b3a8324e86ab16b2c3979863789f7 (diff)
downloadlibrazermacos-b7ed2d559d51da4daf2001c589475b93b88289dc.tar.xz
librazermacos-b7ed2d559d51da4daf2001c589475b93b88289dc.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4b9d0b9..f57436b 100644
--- a/README.md
+++ b/README.md
@@ -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).