https://github.com/vanilla-os/vanilla-tour
A quick slideview Tour of all new things in Vanilla OS.
https://github.com/vanilla-os/vanilla-tour
gnome gtk hacktoberfest tour vanillaos
Last synced: about 1 month ago
JSON representation
A quick slideview Tour of all new things in Vanilla OS.
- Host: GitHub
- URL: https://github.com/vanilla-os/vanilla-tour
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2023-12-24T18:49:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T22:14:47.000Z (6 months ago)
- Last Synced: 2025-04-09T02:11:15.536Z (2 months ago)
- Topics: gnome, gtk, hacktoberfest, tour, vanillaos
- Language: Python
- Homepage:
- Size: 4.12 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![]()
Vanilla OS Tour
A quick slideview Tour of all new things in Vanilla OS.
![]()
## Build
### Dependencies
- build-essential
- meson
- libadwaita-1-dev
- gettext
- desktop-file-utils
- blueprint-compiler```bash
meson setup build
ninja -C build
```### Install
```bash
sudo ninja -C build install
```## Run
```bash
vanilla-tour
```