AXEL, CLI 다운로드 가속기 리눅스 및 윈도우즈
- https://github.com/axel-download-accelerator/axel
- https://github.com/axel-download-accelerator/axel/releases
리눅스
리눅스 CentOS 7 기준으로 repository의 최신 버전은 2.4 … 2002년쯤 되는 버전이다. https도 지원하지 않는다.
Dependecies
yum install -y autoconf-archive txt2man
Building
cd /opt git clone https://github.com/axel-download-accelerator/axel.git cd axel/ autoreconf -i ./configure --disable-Werror && make && make install
Check Version
axel --version Axel version 2.17.8+g722cc1 (linux-gnu) Copyright 2001-2007 Wilmer van der Gaast, 2007-2009 Giridhar Appaji Nag, 2008-2010 Philipp Hagemeister, 2015-2017 Joao Eriberto Mota Filho, 2016-2017 Stephen Thirlwall, 2017 Ismael Luceno, 2017 Antonio Quartulli, and others. Please, see the CREDITS file.
윈도우즈
누군가가 2.16 버전을 컴파일해놨다. 갖다 쓰면 된다.