Web crawler explore the web and save every pages he found.
cmake
ninja
ormake
gcc
sqlite3
curl
SQLiteCpp
clone 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