Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 577 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 577 Bytes

VGM-Player

Logo

This is a "Video Game Music" player with Qt5.

https://vgmrips.net/packs

Supports Systems

  • Nintendo Game Boy
  • Sega Master System / Game Gear

Other systems will follow.

Screenshot

Screenshot

Build under Linux

Important requirements

  • qttools5-dev

Used libs

  • qt5

Build and installation

git clone https://github.com/thkattanek/vgm_player.git
cd vgm_player
git checkout 0.1.0
mkdir build
cd build
qmake .. PREFIX="/usr/local"
make -j8
sudo make install