A launcher for a space themed game
Find a file
2024-01-18 08:34:57 -07:00
.flatpak-builder first step 2024-01-18 05:35:16 -07:00
build-aux/meson Fix flake8 warnings 2019-04-05 17:19:14 +02:00
data working 2024-01-18 08:33:20 -07:00
src working 2024-01-18 08:34:57 -07:00
asgardius.page.asteroidlauncher.json first step 2024-01-18 05:35:16 -07:00
COPYING Add missing license 2019-04-05 17:19:14 +02:00
meson.build first step 2024-01-18 05:35:16 -07:00
README.md working 2024-01-18 08:33:20 -07:00

asteroid-game-launcher

A launcher for a space themed game

Dependencies

  • python
  • GTK 3
  • VTE 3

Build dependencies

  • Meson
  • Ninja

Install instructions

To build this app meson . _build To install sudo ninja -C _build install To uninstall sudo ninja -C _build uninstall