Skip to content

motrixapp/aria2-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aria2 Factory

A small factory that compiles Aria2.

Building

macOS

It is recommended to install a clean and up-to-date macOS using Virtual Machine Tools.

Ex. Parallels Desktop + macOS Ventura

Then install the basic software, such as Homebrew, Xcode Command Line Tools etc.

# Git clone codes
git clone https://github.com/motrixapp/aria2-factory.git

# Based on the system arch, copy the build script.
ARCH=$(uname -m)
cp ./scripts/darwin/$ARCH/build.sh ./

# Make build.sh executable
chmod +x ./build.sh

# Go
sh ./build.sh

Linux & Windows

Prepare a Linux host with docker installed.

Install Docker Engine

# Git clone codes
git clone https://github.com/motrixapp/aria2-factory.git

# Go
sh ./aria2-factory/scripts/[platform]/[arch]/build.sh

References

Licence

GPLv3

About

A small factory that compiles Aria2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published