mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
INSTALL.md: Add instructions for ArchLinux (pacman)
This commit is contained in:
parent
4bcf4613f9
commit
ed9d8e7950
@ -206,6 +206,14 @@ build the sources including all optional features and to run the test suite:
|
|||||||
libident-dev libpam-dev pkg-config libwrap0-dev libz-dev telnet
|
libident-dev libpam-dev pkg-config libwrap0-dev libz-dev telnet
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### ArchLinux based distributions
|
||||||
|
|
||||||
|
``` shell
|
||||||
|
pacman -S --needed \
|
||||||
|
autoconf automake expect gcc gnutls inetutils libident libwrap \
|
||||||
|
make pam pkg-config zlib
|
||||||
|
```
|
||||||
|
|
||||||
### `./autogen.sh`
|
### `./autogen.sh`
|
||||||
|
|
||||||
The first step, to run `./autogen.sh`, is *only* necessary if the `configure`
|
The first step, to run `./autogen.sh`, is *only* necessary if the `configure`
|
||||||
|
Loading…
Reference in New Issue
Block a user