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.sh
Or you can run build.sh
with specials paths. For example:
chmod +x build.sh
./build.sh -qmake=/path/to/qmake -g++=/path/to/g++/version
To get more information:
./build.sh --help
After the assembly, just run the executable mediaplayer
file.
./mediaplayer
For testing check this page.
- C++
- Qt5 - version 5.9.4