You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/ValleyBell/libvgm
cd libvgm
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON .
cd build
make
vgmplay requires libvgm
sudo apt install \
libinih-dev
git clone https://github.com/ValleyBell/vgmplay-libvgm
cd vgmplay-libvgm
cmake -Bbuild -DCMAKE_MODULE_PATH=../libvgm/build -DCMAKE_BUILD_TYPE=Release .
cd build
make
It should be noted that you shouldn't clone libvgm separately.
The vgmplay repo has libvgm as a submodule, which guarantees that the vgmplay and libvgm versions match.
Just do a git submodule update --init in the cloned vgmplay repo.
ALSA/PulseAudio/libao are all optional, btw. If you don't need/want ALSA support, you don't need the dev package and CMake should disable it automatically.
requires libvgm
vgmplay requires libvgm
files required:
usage:
vgmplay [filename.vgm]
references
https://github.com/ValleyBell/libvgm/blob/master/Compiling.txt
build instructions pulled from your github workflows
https://github.com/ValleyBell/libvgm/tree/master/.github/workflows
https://github.com/ValleyBell/vgmplay-libvgm/tree/master/.github/workflows
works great thanks a ton!
The text was updated successfully, but these errors were encountered: