From bb0cd2258dae7efaca5456eb6ce4d9650d8bab15 Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:03:26 +0100 Subject: [PATCH] Update README.md - Add libconfig-dev libconfig++-dev Added libconfig-dev libconfig++-dev to the build script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f8a1ab..a9bca6a 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ cd "$HOME" nwipe_directory="nwipe_master" mkdir $nwipe_directory cd $nwipe_directory -sudo apt install build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode readlink smartmontools git +sudo apt install build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev libconfig-dev libconfig++-dev dmidecode readlink smartmontools git rm -rf nwipe git clone https://github.com/martijnvanbrummelen/nwipe.git cd "nwipe"