Anagram bot game
- Get all the dependencies
git clonegit submodule update --initcd restclient-cpp && ./autogen.sh && ./configure && make install && cd ..make main
- libcurl
apt install libcurl4-openssl-dev - boost
apt install libboost-all-dev
Look them up at Makefile