Installation
To download and install sketch, please run the following command:
curl https://anandology.github.io/csketch/install.sh | bash
When you run it you'll see an output like this:
$ curl https://anandology.github.io/csketch/install.sh | bash
---
__ __ __
_____/ /_____ / /______/ /_
/ ___/ //_/ _ \/ __/ ___/ __ \
(__ ) ,< / __/ /_/ /__/ / / /
/____/_/|_|\___/\__/\___/_/ /_/
-> Downloading and installing csketch 0.1.0
sketch/
sketch/sketch.h
sketch/sketch.c
sketch/Makefile
-> Building the library
make: Nothing to be done for 'default'.
-> Successfully downloaded and built the csketch 0.1.0 in /home/anand/play.
-> Thank you for downloading csketch.
-> For documentation, usage and examples, please visit:
https://anandology.github.io/csketch/
This downloads and builds the csketch library in the currently directory. It is suggest to run this command in the directory where you are planning to keep your c files.