https://github.com/yalter/bxt-launcher
GUI launcher for Bunnymod XT on Linux
https://github.com/yalter/bxt-launcher
goldsource gtk half-life linux speedrun vala
Last synced: about 2 months ago
JSON representation
GUI launcher for Bunnymod XT on Linux
- Host: GitHub
- URL: https://github.com/yalter/bxt-launcher
- Owner: YaLTeR
- License: gpl-3.0
- Created: 2020-03-01T13:52:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T04:14:57.000Z (about 1 year ago)
- Last Synced: 2025-03-18T10:21:26.767Z (about 2 months ago)
- Topics: goldsource, gtk, half-life, linux, speedrun, vala
- Language: Vala
- Homepage:
- Size: 83 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README

# Bunnymod XT Launcher
GUI launcher for [Bunnymod XT](https://github.com/YaLTeR/BunnymodXT) on Linux.
## Usage
1. Download the latest [release](https://github.com/YaLTeR/bxt-launcher/releases).
1. Extract all files from the archive.
1. 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:```sh
meson -Dprefix=$PWD/install build
ninja -C build install
# Copy libBunnymodXT.so into install/bin/ manually.
# Then start the launcher:
install/bin/bxt-launcher
```