Jappie3 / wayfreeze

Tool to freeze the screen of a Wayland compositor
GNU Affero General Public License v3.0
19 stars 1 forks source link

manual build instructions? #5

Closed MRSS02 closed 2 months ago

MRSS02 commented 2 months ago

Hi, is there a way to add in the readme instructions to build this tool manually for those who don't use nix?

Jappie3 commented 2 months ago

First, make sure you have Rust & Cargo installed. Then clone this repo & run cargo build --release in the root, the compiled binary should be under ./target/release/wayfreeze.

Jappie3 commented 2 months ago

should be fixed in 9a20eb96be061783309942632caf801eac0c36f6, lmk if you have any other questions ^^