Skip to content

ZDoom/ZMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f6facda · Jan 11, 2025
Jan 11, 2025
May 31, 2021
Oct 5, 2024
Jan 10, 2025
Feb 16, 2021
Jan 11, 2025
Oct 4, 2024
Oct 4, 2020
Oct 9, 2024
Jul 18, 2021
Aug 27, 2023

Repository files navigation

ZMusic

GZDoom's music system as a standalone library

Welcome! This repository is a library for use with the projects GZDoom, Raze, and the newer PrBoom+.

Compile instructions are pretty simple for most systems.

git clone https://github.com/coelckers/ZMusic.git
mkdir ZMusic/build
cd ZMusic/build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

On Unix/Linux you may also supply sudo make install in the build folder to push the compiled library directly into the file system so that it can be found by the previously mentioned projects.