Skip to content

Commit d63100c

Browse files
authored
Merge pull request #96 from AlexanderWillner/master
compiling on macOS 11
2 parents e97603d + 373ffd7 commit d63100c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ the following should do:
8787
```
8888
$ brew install alure pkg-config
8989
$ git clone https://github.com/zevv/bucklespring.git && cd bucklespring
90+
$ sed -i '' 's/-Wall -Werror/-Wall/' Makefile
9091
$ make
91-
$ sudo ./buckle
92+
$ ./buckle
9293
```
9394

9495
Note that you need superuser privileges to create the event tap on Mac OS X.

0 commit comments

Comments
 (0)