Skip to content

Get started

Per Fahlander edited this page Apr 5, 2018 · 1 revision

Building

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 A cargo 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.

Configuration

Please visit the configuration page.

Clone this wiki locally