Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Latest commit

 

History

History
86 lines (56 loc) · 3.05 KB

README_EN.md

File metadata and controls

86 lines (56 loc) · 3.05 KB

Yolx

Yolx is a modern download tool!

Gitmoji

gitmoji-changelog


English | 简体中文

Yolx is a modern download tool with "Aria 2" at its core.

🙌 Getting Started

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.

🚀 Collaboration

Thank you very much to developers or enthusiasts interested in participating in the Yolx project. Share your insights and ideas.

🍭 Compilation

Windows

Dependency Installation

  1. Follow the official documentation to install Flutter SDK and Visual Studio 2022 Build Tools.

  2. Install the packaging tool Inno Setup 6, and add the Chinese language packs ChineseSimplified.isl and ChineseTraditional.isl to the C:\Program Files (x86)\Inno Setup 6\Languages directory.

  3. Follow the official documentation to install the build tools.

Packaging and Building

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

Linux

Dependency Installation

  1. Follow the official documentation to install Flutter SDK.

  2. 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
  1. Follow the official documentation to install the build tools.

  2. 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/

Packaging and Building

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

🫸 Acknowledgments