[update] build instructions

main
Shinyzenith 2 years ago
parent a9d6966ad5
commit f22fd36949
No known key found for this signature in database
GPG Key ID: A3DFCDC66E9E2950

@ -2,14 +2,15 @@
**S**imple **W**ayland **H**ot**K**ey **D**aemon
# NOTE
This project isn't complete yet, compiling it will lead to a unsuable binary which just prints out the valid input devices.
# Compiling:
1) Clone this repo.
2) Install rustup using your package manager of choice.
3) `make setup`
4) `make clean`
5)
1) `make` for a musl compile.
2) `make glibc` for a glibc compile.
6) `sudo make install`
+ `git clone https://github.com/shinyzenith/swhkd`
+ `git checkout rust-rewrite`
+ `make setup`
+ `make clean`
+ `make` for a musl compile.
+ `make glibc` for a glibc compile.
+ `sudo make install`

Loading…
Cancel
Save