Video Player to Watch Live TV and Movies. (Series is Coming Soon)
Before run compilation command, you need libmpv-2.dll, that is include in 3rdparty/mpv in 4 compressed files.
cmake -S . -B build `
-G "Visual Studio 18 2026" -A x64 `
"-DQt6_DIR=C:/Qt/6.11.2/msvc2022_64/lib/cmake/Qt6" `
"-DCMAKE_INSTALL_PREFIX=build/install" `
"-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake" `
"-DVCPKG_TARGET_TRIPLET=x64-windows-static-md"
# you can use Debug mode too
cmake --build build --config Release
cmake --install build --config Release
# Only if you need the installer
cpack --config build/CPackConfig.cmake -C ReleaseAll deps using vcpkg must be installed using x64-windows-static-md
mpv(videoplayer)libtorrent(should use vcpkg)vcpkgfor lib magnaments (optional but recomended)OpenSSL(should use vcpkg)Boost(should use vcpkg)

