Mediaplayer is a Linux-based player written on C++ using Qt5.
In Linux, you need Qt 5.7+ version, Make 4+ version, GCC 5+ version. Clone this repository. Run build.sh script:
chmod +x build.sh && ./build.shOr you can run build.sh with specials paths. For example:
chmod +x build.sh
./build.sh -qmake=/path/to/qmake -g++=/path/to/g++/versionTo get more information:
./build.sh --helpAfter the assembly, just run the executable mediaplayer file.
./mediaplayerFor testing check this page.
- C++
- Qt5 - version 5.9.4
