Coder Social home page Coder Social logo

archoncap2 / axel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from archoncap/axel_eribertomota

0.0 2.0 0.0 690 KB

light command line download accelerator

License: GNU General Public License v2.0

Makefile 0.44% Shell 2.22% M4 2.35% C 94.98%

axel's Introduction

AXEL

Axel โ€” Light command line download accelerator for Linux and Unix

  1. Help this project

  2. What is Axel?

  3. Building from source

  4. Install on macOS with Homebrew

  5. Building on macOS with Homebrew

  6. Related projects

  7. License

  8. Help this project


Axel needs your help. If you are a programmer and if you wants to help a nice project, this is your opportunity.

My name is Eriberto and I am not a C developer. I imported Axel from its old repository[1] to GitHub (the original homepage and developers are inactive). After this, I applied all patches found in Debian project and other places for this program. All my initial work was registered in ChangeLog file (version 2.5 and later releases). I also maintain Axel packaged in Debian[2].

If you are interested to help Axel, read the CONTRIBUTING.md file.

[1] https://alioth.debian.org/projects/axel [2] https://packages.qa.debian.org/a/axel.html

  1. What is Axel?

Axel tries to accelerate the downloading process by using multiple connections for one file, similar to DownThemAll and other famous programs. It can also use multiple mirrors for one download.

Using Axel, you will get files faster from Internet. So, Axel can speed up a download up to 60% (approximately, according to some tests).

Axel tries to be as light as possible, so it might be useful as a wget clone (and other console based programs) on byte-critical systems.

Axel supports HTTP, HTTPS, FTP and FTPS protocols.

Axel was originally developed by Wilmer van der Gaast. Thanks for your efforts. Over time, Axel got several contributions from people. Please, see the files AUTHORS and CREDITS.

  1. Building from source

Run ./autogen.sh to create the configure script, then proceed with the instructions in INSTALL. The basic actions for most users, after ./autogen.sh, is running ./configure, make and make install.

To build without SSL/TLS support, use ./configure --without-openssl

  1. Install on macOS with Homebrew

brew install axel
  1. Building on macOS with Homebrew

Install the following homebrew packages: brew install automake gettext openssl

You'll need to provide some extra options to autogen.sh and configure so they can find gettext and openssl.

GETTEXT=/usr/local/opt/gettext
OPENSSL=/usr/local/opt/openssl
PATH="$GETTEXT/bin:$PATH"
./autogen.sh -I$GETTEXT/share/aclocal/
CFLAGS="-I$GETTEXT/include -I$OPENSSL/include" LDFLAGS=-L$GETTEXT/lib ./configure

You can just run make as usual after these steps.

  1. Related projects

  1. License

Axel is under GPL-2+ with OpenSSL exception.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.