Media player in C++
- wxWidgets 3.2.6
- libvlcpp (Optional)
- wxWidgets 3.2.6
- CMake 3.30.3
- Latest versions of gcc or clang
- Make build system
mkdir wanjplayer
cd wanjplayer
git clone https://github.com/Magpiny/wanjplayer.git
cd wanjplayer
cmake -S . build
cd build
cmake --build .
./WanjPlayer
Press exit/quit from the app (The recommended way) Alternatively press CTRL+C / CMD+C from the terminal