From c3fb03c8df439542fffd656668a3b4cf1d1e8c96 Mon Sep 17 00:00:00 2001 From: Jayson Salazar Rodriguez <9462892+jdsalaro@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:27:09 +0200 Subject: [PATCH] Add pkg_config dependency to content/installation/_index.md --- content/installation/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/installation/_index.md b/content/installation/_index.md index d632531..44f0652 100644 --- a/content/installation/_index.md +++ b/content/installation/_index.md @@ -11,6 +11,7 @@ weight: 3 In order to be able to use bettercap, you'll need the following dependencies on your system: +* pkg-config * libpcap * libusb-1.0-0 (required by the [HID module](/modules/hid/)) * libnetfilter-queue (on Linux only, required by the [packet.proxy module](/modules/ethernet/proxies/packet.proxy/))