aoi-game-launcher/README.md

35 lines
593 B
Markdown
Raw Permalink Normal View History

2024-01-18 16:52:53 +01:00
# aoi-game-launcher
2024-01-18 13:35:16 +01:00
2024-01-19 03:24:07 +01:00
<img src=https://git.asgardius.company/asgardius/aoi-game-launcher/raw/branch/master/data/asgardius.page.aoilauncher.png>
2024-01-18 16:52:53 +01:00
A launcher for an anime role playing game game
2024-01-18 16:33:20 +01:00
2024-01-26 03:02:47 +01:00
This launcher download background music track when running for first time
All content is saved inside ~/.local/share/asgardius
2024-01-18 16:33:20 +01:00
# Dependencies
* python
* GTK 3
* VTE 3
2024-01-26 03:02:47 +01:00
* Pygame for music playback
* wget for updater
2024-01-18 16:33:20 +01:00
# Build dependencies
* Meson
* Ninja
# Install instructions
To build this app
2024-01-18 16:52:53 +01:00
2024-01-18 16:33:20 +01:00
meson . _build
2024-01-18 16:52:53 +01:00
2024-01-18 16:33:20 +01:00
To install
2024-01-18 16:52:53 +01:00
2024-01-18 16:33:20 +01:00
sudo ninja -C _build install
2024-01-18 16:52:53 +01:00
2024-01-18 16:33:20 +01:00
To uninstall
2024-01-18 16:52:53 +01:00
2024-01-18 16:33:20 +01:00
sudo ninja -C _build uninstall