Yolx
is a modern download tool!
Simplified Chinese | English
Yolx
is a modern download tool with "Aria 2" as its core.
If you want to install Yolx, please open the Release page on the right, find the latest version, and select the installation package suitable for the current system to download.
Watch project to get app updates.
Thank you very much to interested developers or enthusiasts for participating in the Yolx
project and sharing your insights and ideas.
1. Install Flutter SDK
and Visual Studio 2022 generation tools according to the official documentation
2. Install the packaging tool Inno Setup 6, and add the Chinese language packages ChineseSimplified.isl
and ChineseTraditional.isl
to C:Program Files (x86)Inno Setup 6Languages
directory
3. Install the build tools according to the official documentation
Run the following command in the project directory to compile and package. After the build is completed, the installation package can be found in the dist
folder.
flutter_distributor release --name windows
1. Install Flutter SDK
according to the official documentation
2. Enter the following command to install the build dependencies
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev libayatana-appindicator3-dev
3. Install the build tools according to the official documentation
4. Enter the following command to install the 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 completed, the installation package can be found in the dist
folder.
flutter_distributor release --name linux