https://github.com/vanilla-os/vanilla-installer
A frontend in GTK 4 and Libadwaita for Albius.
https://github.com/vanilla-os/vanilla-installer
gtk4 hacktoberfest installer libadwaita vanillaos
Last synced: about 1 year ago
JSON representation
A frontend in GTK 4 and Libadwaita for Albius.
- Host: GitHub
- URL: https://github.com/vanilla-os/vanilla-installer
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2022-10-28T09:45:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T13:09:28.000Z (about 1 year ago)
- Last Synced: 2025-03-29T00:06:17.400Z (about 1 year ago)
- Topics: gtk4, hacktoberfest, installer, libadwaita, vanillaos
- Language: Python
- Homepage:
- Size: 10.2 MB
- Stars: 83
- Watchers: 6
- Forks: 31
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Build
### Dependencies
- build-essential
- meson
- libadwaita-1-dev
- gettext
- desktop-file-utils
- libgnome-desktop-4-dev
- libgweather-4-dev
- python3-requests
- gir1.2-vte-3.91
- libnma-dev
- libnma-gtk4-dev
- mutter-common
- x11-xkb-utils
### Build
```bash
meson build
ninja -C build
```
### Install
```bash
sudo ninja -C build install
```
## Run
```bash
vanilla-installer
```
### Using custom recipes
Place a new recipe in `/etc/vanilla-installer/recipe.json` or launch the
utility with the `VANILLA_CUSTOM_RECIPE` environment variable set to the path
of the recipe.