added various build artifacts for the tundra dev env
This commit is contained in:
parent
ba3f4f6f7b
commit
2bd0b967cb
7 changed files with 566 additions and 0 deletions
12
hosts/packages/tundra/README
Normal file
12
hosts/packages/tundra/README
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
**Tundra** is the name I'm giving my *desktop environment.*
|
||||
Made primarily with Aylur's Astal library and the Vala
|
||||
programming language (as an excuse to learn it).
|
||||
|
||||
NOTE: Tundra is designed specifically to work on Hyprland,
|
||||
I have no idea how it'll interact with other window managers :)
|
||||
|
||||
|
||||
##### Meson Notes (temporary)
|
||||
Setup meson like `meson setup <BUILD-DIR> <SRC-DIR>` ie `meson setup build src`.
|
||||
Compile meson like `meson compile -C <BUILD-DIR>` where <BUILD-DIR> is the relative path to it,
|
||||
if you're in it already just use `meson compile` otherwise if in project root use `meson compile build`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue