aoi-game-launcher/README.md

27 lines
294 B
Markdown
Raw Normal View History

2024-01-18 16:52:53 +01:00
# aoi-game-launcher
2024-01-18 13:35:16 +01:00
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
# Dependencies
* python
* GTK 3
* VTE 3
# 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