Files
komorebi/docs/install/build-from-source.md
2024-02-15 12:11:05 -08:00

774 B

Installing From Source

First, install rustup to get the rust compiler installed on your system, and make sure you have installed the Visual Studio prerequisites.

Then clone the git repository.

git clone https://github.com/LGUG2Z/komorebi.git

Once inside the repository, you will need to build and install three separate binaries.

cargo +stable install --path komorebi --locked
cargo +stable install --path komorebic --locked
cargo +stable install --path komorebic-no-console --locked

If the binaries have been built and added to your $PATH correctly, you should see some output when running komorebi --help and komorebic --help