NickvisionApps / Parabolic
- четверг, 6 ноября 2025 г. в 00:00:03
Download web video and audio
✨Powered by Weblate✨
Videos on YouTube and other sites may be subject to DMCA protection. The authors of Parabolic do not endorse, and are not responsible for, the use of this application in means that will violate these laws.
See CONTRIBUTING.md for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.
Parabolic uses cmake as its build system and vcpkg to optionally manage its dependencies.
Ensure cmake and vcpkg are installed on your system before building and installing Parabolic.
A C++20 compiler is also required to build Parabolic.
The following are a list of dependencies used by Parabolic.
The recommendation is to (and below commands will) use vcpkg to pull these dependencies. However, vcpkg is not a requirement as long as the system provides these dependencies correctly.
libnickboost-date-timeblueprint-compiler (Not available from vcpkg)libxmlppVCPKG_ROOT environment variable to the path of your vcpkg installation's root directory.VCPKG_DEFAULT_TRIPLET environment variable to x64-windowsvcpkg install libnick boost-date-timeVCPKG_DEFAULT_TRIPLET environment variable to x64-linuxvcpkg install libnick libxmlpp boost-date-timebuild directory and cd into it.build folder, run cmake .. -G "Visual Studio 17 2022".build folder, run cmake --build . --config Release.org.nickvision.tubeconverter.winui/Release folder of the build folder.build folder, run cmake .. -G "Visual Studio 17 2022" -DBUILD_AS_PORTABLE=ON.build folder, run cmake --build . --config Release.org.nickvision.application.winui/Release folder of the build folder.build folder, run cmake .. -DCMAKE_BUILD_TYPE=Release.build folder, run cmake --build ..org.nickvision.tubeconverter.gnome folder of the build folder.This project follows the GNOME Code of Conduct.