Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T18:25:19.000Z (6 months ago)
- Last Synced: 2024-07-27T19:38:38.897Z (6 months ago)
- Topics: gnome, gtk, hacktoberfest, tour, vanillaos
- Language: Python
- Homepage:
- Size: 4.06 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
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
```