Add shell.nix and README
This commit is contained in:
parent
b151186fea
commit
37bb7b09dc
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
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.
|
Loading…
Reference in New Issue
Block a user