Client application for interaction with guerrillamail.com - 1 hour email. This repo will contain only console version of app.
To successfull compile we need:
1. libjson
2. libcurl
3. pthread
CMAKE OPTIONS:
#generate makefiles for debug
cmake . -DCMAKE_BUILD_TYPE=Debug
#compile and install to ./debug/ directory
make && make install
#run
cd debug && ./guerillamail
#generate makefiles for release
cmake . -DCMAKE_BUILD_TYPE=Release
make
sudo make install
# to remove use `sudo make uninstall`
Type h
key to get help.