Skip to content

Meta-repository concerned with aiding in building PrBoom+. Uses the Meson build system.

Notifications You must be signed in to change notification settings

zeta-group/prboom-plus-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PRBoom+ metabuild

This repository contains all the subrepositories, necessary to cleanly (and easily) build PRBoom+ from scratch. It uses the Meson build system, for its powerful and clean subprojects paradigm.

How to Build

Make sure Meson and Ninja are installed. And also Git, but that's obvious.

If you haven't cloned or pulled this repository recursively, please clone subrepositories with Git:

git submodule update --init --recursive

Then, use Meson to build PrBoom+:

meson build && ( cd build; ninja )

About

Meta-repository concerned with aiding in building PrBoom+. Uses the Meson build system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages