Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 372 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 372 Bytes

mooncli 🌚

A tiny client to demonstrate using libcurl to handle HTTP requests in C.

Installation (MacOS)

brew install curl
git clone
cd mooncli
ln -s /usr/local/Cellar/curl/7.85.0/include/curl ./include/curl
ln -s /usr/local/Cellar/curl/7.85.0/lib ./lib/libcurl
make

Uninstallation

make clean

Usage

./build/mooncli