Skip to content

hiddenalpha/getaddrinfo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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