English | 简体中文
Yolx
is a modern download tool with "Aria 2" at its core.
To install Yolx, please open the Release page on the right, find the latest version, and select the installation package suitable for your current system.
Watch the project for updates on the application.
Thank you very much to developers or enthusiasts interested in participating in the Yolx
project. Share your insights and ideas.
-
Follow the official documentation to install
Flutter SDK
and Visual Studio 2022 Build Tools. -
Install the packaging tool Inno Setup 6, and add the Chinese language packs
ChineseSimplified.isl
andChineseTraditional.isl
to theC:\Program Files (x86)\Inno Setup 6\Languages
directory. -
Follow the official documentation to install the build tools.
Run the following command in the project directory to compile and package. After the build is complete, you can find the installation package in the dist
folder.
flutter_distributor release --name windows
-
Follow the official documentation to install
Flutter SDK
. -
Enter the following command to install build dependencies:
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev libayatana-appindicator3-dev
-
Follow the official documentation to install the build tools.
-
Enter the following command to install packaging dependencies:
sudo apt install rpm patchelf locate libfuse2 fuse
wget -O appimagetool "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod +x appimagetool
sudo mv appimagetool /usr/local/bin/
Run the following command in the project directory to compile and package. After the build is complete, you can find the installation package in the dist
folder.
flutter_distributor release --name linux