mirror of
https://github.com/zoriya/astal.git
synced 2025-12-20 13:05:11 +00:00
1.1 KiB
1.1 KiB
Installation
Nix
maintainer: @Aylur
Read more about it on the nix page
You can try without installing.
nix run github:aylur/ags/v2 -- --help
Bulding AGS from source
-
Install Astal if you have not already
-
Install the following dependencies
:::code-group
sudo pacman -Syu go npm gjs
sudo dnf install golang npm gjs
sudo apt install golang-go npm gjs
:::
- Clone the repo and Install
git clone https://github.com/aylur/ags.git
cd ags
git checkout v2 # https://github.com/Aylur/ags/pull/504
go install
:::info
If you have installed Astal not in /usr make sure to set its path.
go install -ldflags "-X main.astalGjs=$(pkg-config --variable prefix astal-0.1)/share/astal/gjs"
:::