MODPlay, SDL2, cmake and GitHub
[Wednesday, 28th June 2023]

MODPlay now has its own GitHub Repository . The example player is migrated to SDL2 , and the whole package now uses cmake as the build system.

In order to clone modplay and build the example player along with the core modplay library, do the following steps:

  • git clone ssh://github.com/chn-dev/modplay/
  • cd modplay
  • cmake . -B build
  • cmake --build build