Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

GUI launcher for Bunnymod XT on Linux

Awesome Lists containing this project

README

        

![image](https://user-images.githubusercontent.com/1794388/84388243-e7f62d00-abfc-11ea-80bf-88281e1f7e71.png)

# 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
```