Web crawler explore the web and save every pages he found.
cmakeninjaormakegccsqlite3curlSQLiteCppclone on /libs/SQLiteCpp
- with Ninja :
mkdir build
cd build
cmake -G Ninja ..
ninja
- with Make
mkdir build
cd build
cmake ..
make
web-crawler <url> --clear-waitlist