apt-get install git
git clone https://github.com/Swag666baby/geoip
to compile you will need clang installed on your machine and the curl and rapidjson libraries.
cd geoip
g++ main.cpp -o main -lcurl -lrapidjson
./main
or
cd geoip
chmod +x main
./main