2025-02-09 08:52:44 +01:00
|
|
|
extraction:
|
|
|
|
cpp:
|
|
|
|
prepare:
|
|
|
|
packages:
|
|
|
|
- build-essential
|
|
|
|
- automake
|
|
|
|
- autoconf
|
|
|
|
- libtool
|
|
|
|
- pkg-config
|
|
|
|
- libssl-dev
|
|
|
|
- libldns-dev
|
2025-02-09 08:54:49 +01:00
|
|
|
- libck-dev
|
2025-02-09 08:52:44 +01:00
|
|
|
configure:
|
|
|
|
command:
|
|
|
|
- ./autogen.sh
|
|
|
|
- ./configure
|