Simple commandline frontend for getaddrinfo.
Home.
github.com/AlDanial/cloc
---------------------------------------------
Language files blank comment code
---------------------------------------------
C 1 7 0 136
make 1 13 0 43
Markdown 1 14 0 30
---------------------------------------------
SUM: 3 34 0 209
---------------------------------------------
Make sure you have at least:
- C compiler
- libc
- make
Then take a look if you need to tune anything in the Makefile.
Then to build do:
make clean
make
And to install:
make install
Or install even simpler:
tar -C /usr/local -xzf path/to/dist/your-build.tgz -- bin