Skip to content

Magpiny/wanjplayer

Repository files navigation

Codacy Badge C++ Build CI

wanjplayer

Media player in C++

Dependencies

  1. wxWidgets 3.2.6
  2. libvlcpp (Optional)

PREREQUISITES

  • wxWidgets 3.2.6
  • CMake 3.30.3
  • Latest versions of gcc or clang
  • Make build system

Usage:

Create a new directory (Assuming that you're on a unix system)

 mkdir wanjplayer

Move into the newly created directory

  cd wanjplayer
Clone the repo
 git clone https://github.com/Magpiny/wanjplayer.git
  cd wanjplayer

Assuming you have the lates version of wxWidgets and cmake installed in your system. Build the app

   cmake -S . build

cd into the build directory and build the app

  cd build
  cmake --build .

Run the app

  ./WanjPlayer

Exit the app

Press exit/quit from the app (The recommended way) Alternatively press CTRL+C / CMD+C from the terminal

Extend the app and share with your friends

Submit a PR or feature request

About

Media player in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages