Skip to content

Tools used to automatically package gbcc for Debian

Notifications You must be signed in to change notification settings

philj56/gbcc-debian-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBCC Debian tools

This is a set of tools used to automatically generate a gbcc .deb package for debian-like systems, specifically meant to run on Ubuntu 20.04. You really shouldn't try to run this on your machine, or if you do, at least do it in a VM.

Nevertheless, the sequence of instructions goes something like this:

# Get the sources
git clone [email protected]:philj56/gbcc-debian-tools.git
cd gbcc-debian-tools
git submodule update --init

# Get the dependencies
sudo apt-get update
sudo apt-get install llvm clang devscripts debhelper meson scdoc \
libsdl2-dev libpng-dev libepoxy-dev libopenal-dev libgtk-3-dev

# Build the actual package
./gendeb.sh

If it's all gone well, the resultant .deb should be placed in a folder called gbcc-debian.

About

Tools used to automatically package gbcc for Debian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages