14 lines
309 B
Markdown
14 lines
309 B
Markdown
|
WIP
|
||
|
|
||
|
# Building
|
||
|
|
||
|
Simply run `cargo build --release` from the repository root. For missing dependencies, see instructions below.
|
||
|
|
||
|
## Archlinux
|
||
|
|
||
|
`pacman -Sy libadwaita`
|
||
|
|
||
|
## Nix
|
||
|
|
||
|
If you are on old distro but have nix, just do `nix-shell` from repository root. It will open shell with all dependencies for build.
|