Skip to content

UZDoom/ZMusic

 
 

Repository files navigation

ZMusic

UZDoom's music system as a standalone library

Welcome! This repository is a library for use with the projects UZDoom.

Compile instructions are pretty simple for most systems.

git clone https://github.com/UZDoom/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

UZDoom's music system as a standalone library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.4%
  • C++ 30.1%
  • CMake 1.4%
  • Objective-C++ 1.1%