sirula
Simple app launcher for wayland written in rust
File Explorer
Download Latest Version (.zip)- .gitignore
- launcher.iml
- misc.xml
- modules.xml
- vcs.xml
- launch.json
- settings.json
- tasks.json
- config.toml
- readme.md
- sirula.gif
- style.css
- config.toml
- readme.md
- sirula.png
- style.css
- config.toml
- README.md
- screenshot.png
- style.css
- config.toml
- readme.md
- screenshot.png
- style.css
- config.toml
- readme.md
- sirula.gif
- style.css
- default-config.toml
- desktop_entry.rs
- mod.rs
- config.rs
- consts.rs
- history.rs
- locale.rs
- main.rs
- util.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- COPYING
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/DorianRudolph/sirula
Downloads the entire project code from GitHub to your computer.
cd sirula
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
