/musikcube-bin

pre-compiled binary dependencies for musikcube

Primary LanguageShell

musikcube-bin

this repository contains pre-compiled binaries for various open source libraries that are required by musikcube

these libraries can be somewhat painful to compile from scratch on windows, so they are provided as a convience, and are included in the main repository as a submodule.

licenses

build instructions

CRT

when generating dlls/libs use the following CRTs:

  • release: Multi-threaded (/MT)
  • debug: Multi-threaded Debug (/MTd)