Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.08 KB

getaddrinfo-cli

Simple commandline frontend for getaddrinfo.

Home.

Downloads.

Stats for Nerds

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
---------------------------------------------

Build/Install From Source

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