/wget

HTTP file downloader build with boost::asio and beast

Primary LanguageCMakeMIT LicenseMIT

HTTP file downloader build with boost::asio and beast

Build Status

How to build

git clone https://github.com/pmalek/wget.git && \
cd wget && git submodule update --init --recursive --depth 1 && \
mkdir ../build && cd ../build && cmake ../wget && cmake --build .