summaryrefslogtreecommitdiff
path: root/README.md
blob: b89f3045e90f913a64ef2a4c785e23d6ff47d755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

getaddrinfo-cli
===============

Simple commandline frontend for [getaddrinfo](https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html).

[Home](https://git.hiddenalpha.ch/getaddrinfo-cli.git/tree/README.txt).

[Downloads](https://github.com/hiddenalpha/getaddrinfo-cli/releases).



## 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:
```sh
make clean
make
```

And to install:
```sh
make install
```

Or install even simpler:
```sh
tar -C /usr/local -xzf path/to/dist/your-build.tgz -- bin
```