Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 363 Bytes

QMC 解码

腾讯音乐 QMC 格式解码

Release Build (Makefile)

Windows:

make

Linux:

# Build without .exe extension
EXT= make

Static Build

env 'CFLAGS=-Wall -std=c11 -static' make

Adjust CFLAGS for your need.

Development

Open qmc-decode.cbp with code::blocks for quick IDE setup.

Or just use any editor you prefer.