Giter Club home page Giter Club logo

axel's Introduction

AXEL

Axel - Lightweight CLI download accelerator

1. 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.

Axel was imported from its old repository1 to GitHub (the original homepage and developers are inactive).

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

Additionally, there is a group to discuss and to coordinate the development process3. You can also find other developers in the #axel channel on freenode.

2. What is Axel?

Axel tries to accelerate the download process by using multiple connections per file, and can also balance the load between different servers.

Axel tries to be as light as possible, so it might be useful 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 AUTHORS and CREDITS files in source code.

Building from source

Release tarballs contain a pre-generated buildsystem, but if you need to edit/patch it, or you're building from a copy of the repository, then you may need to run autoreconf -i to generate it. Further instructions are provided in the INSTALL file. The basic actions for most users are:

./configure && make && make install

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

Dependencies for release tarballs

  • gettext (or gettext-tiny)
  • pkg-config

Optional:

  • libssl (OpenSSL, LibreSSL or compatible) -- for SSL/TLS support.

Extra dependencies for building from snapshots

  • autoconf-archive
  • autoconf
  • automake
  • autopoint
  • txt2man

Building on Ubuntu from Git

Packages

  • build-essential
  • autoconf
  • autoconf-archive
  • automake
  • autopoint
  • gettext
  • libssl-dev
  • pkg-config

Build instructions

$ autoreconf -fiv
$ ./configure && make && sudo make install

Mac OS X

Install with Homebrew

brew install axel

Building

Install the following homebrew packages:

brew install autoconf-archive automake gettext openssl

You'll need to provide some extra options to autotools so it can find gettext and openssl.

GETTEXT=/usr/local/opt/gettext
OPENSSL=/usr/local/opt/openssl
PATH="$GETTEXT/bin:$PATH"

autoreconf -fiv -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.

Related projects

License

Axel is under GPL-2+ with OpenSSL exception.

axel's People

Contributors

amussey avatar appaji avatar casatwy avatar davidpolverari avatar denji avatar emhaye avatar eribertomota avatar foutrelis avatar ismaell avatar jeongukjae avatar junaid-ali avatar lionnatsu avatar makunterry avatar mingcongbai avatar mistydemeo avatar ordex avatar pan-long avatar paperbackraita avatar phihag avatar phillipberndt avatar sdt avatar sijad avatar sumit4iit avatar vaygr avatar

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.