Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 254 Bytes

File metadata and controls

10 lines (7 loc) · 254 Bytes

TWEET GETTER

INSTALATION FOR DEBIAN OR UBUNTU

sudo apt-get install build-essential g++ libcurl4-openssl-dev libcurl4-nss-dev libcurl4-gnutls-dev

COMPILE C++ PROJECT

g++ challenge.cpp -o execute -lcurl -ljsoncpp

EXECUTE PROJECT

./execute