-
Notifications
You must be signed in to change notification settings - Fork 1
Get started
For now the only way of trying Rustland is by building it yourself. The are a few things you will need for this:
A Rust language compiler - more specifically the nightly one. To install this you can use:
curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly
Acargo
binary should now be present in your system.
Installation of the packages that WLC, the underlying library, depend on (most of which should already be in place if you have run wayland sessions previously).
With these requirements fullfilled we can proceed to actually build rustland
with:
git clone https://github.com/perfah/Rustland.git
cd Rustland
cargo build --release --bin rustland
And optionally the rlctl
command with cargo build --release --bin rlctl
.
You will now have your binary/binaries in your current working directory.
Please visit the configuration page.