Skip to content

amirssahmadi/mediaplayer

 
 

Repository files navigation

Mediaplayer

Mediaplayer is a Linux-based player written on C++ using Qt5.

mediaplayer

How to compile the application

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

Tests

For testing check this page.

Resources

  • C++
  • Qt5 - version 5.9.4

About

QML, C++ mediaplayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.9%
  • QML 43.3%
  • Shell 4.7%
  • QMake 3.1%