Installation
Ryouiki can be built from source with Rust.
Dependencies
Rust
Installation instructions for Rust can be found at rust-lang.org.
The default installation of Rust will include the package manager, Cargo.
Repository
Clone or download the source code from tsukiyo.org.
git clone https://git.tsukiyo.org/Ryouiki/ryouiki
Build
cargo build
Execution
Upon successful build, you can find the server
executable under the target
directory.
Alternatively, you can run the application with Cargo.
cargo run