asteroid-game-launcher/README.md

29 lines
420 B
Markdown
Raw Normal View History

2024-01-18 13:35:16 +01:00
# asteroid-game-launcher
2024-01-18 16:33:20 +01:00
<img src=https://git.asgardius.company/asgardius/asteroid-game-launcher/raw/branch/master/data/asgardius.page.asteroidlauncher.png>
2024-01-18 13:35:16 +01:00
A launcher for a space themed 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:44:06 +01:00
2024-01-18 16:33:20 +01:00
meson . _build
2024-01-18 16:44:06 +01:00
2024-01-18 16:33:20 +01:00
To install
2024-01-18 16:44:06 +01:00
2024-01-18 16:33:20 +01:00
sudo ninja -C _build install
2024-01-18 16:44:06 +01:00
2024-01-18 16:33:20 +01:00
To uninstall
2024-01-18 16:44:06 +01:00
2024-01-18 16:33:20 +01:00
sudo ninja -C _build uninstall