Notes with priority. PrioNote is built with Librem5 in mind but will work well in any Gtk4 environment.
marcux 6edb827f83 Added Note window | 1 年間 前 | |
---|---|---|
src | 1 年間 前 | |
.gitignore | 1 年間 前 | |
Cargo.lock | 1 年間 前 | |
Cargo.toml | 1 年間 前 | |
LICENSE | 1 年間 前 | |
README.md | 1 年間 前 | |
build.rs | 1 年間 前 |
Notes with priority.
PrioNote is built with Librem5 in mind
but will work well in any Gtk4 environment.
To be able to build and compile PrioNote in Debian
or distribution derived from Debian,
install the following packages:
clone this repository:
git clone https://notabug.org/marcux/prionote.git
Add glib build dependency in cargo:
cargo add glib-build-tools --build
Compile:
cargo build --release