YaLTeR / bxt-launcher

GUI launcher for Bunnymod XT on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Bunnymod XT Launcher

GUI launcher for Bunnymod XT on Linux.

Usage

  1. Download the latest release.
  2. Extract all files from the archive.
  3. Open bxt-launcher.

Building

You will need the Vala compiler and GTK libraries (GIO, GTK, libgtop).

The launcher expects to find its GSettings schema and libBunnymodXT.so alongside its binary. Installing into a prefix without DESTDIR sets everything up:

meson -Dprefix=$PWD/install build
ninja -C build install
# Copy libBunnymodXT.so into install/bin/ manually.
# Then start the launcher:
install/bin/bxt-launcher

About

GUI launcher for Bunnymod XT on Linux

License:GNU General Public License v3.0


Languages

Language:Vala 91.4%Language:Meson 6.4%Language:Python 2.2%