aerisarn / ZMusic-uwp

GZDoom's music system as a standalone library

Home Page:https://forum.zdoom.org/index.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GZDoom's music system as a standalone library

https://forum.zdoom.org/index.php


Languages

Language:C 69.3%Language:C++ 29.3%Language:CMake 1.4%