From c92a87860de7e4c64993b269067309ee6d497ad8 Mon Sep 17 00:00:00 2001 From: Nick Law Date: Wed, 28 Nov 2018 11:08:03 +0000 Subject: [PATCH] Update readme with Fedora package requirements --- README | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README b/README index 49cc7a9..10803e5 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ ncurses pthreads parted -Debian & Ubuntu prerequisite +Debian & Ubuntu prerequisites ============================ If you compiling nwipe from source the following will need to be installed first @@ -19,6 +19,16 @@ sudo apt install libncurses5-dev sudo apt install autotools-dev sudo apt install libparted-dev +Fedora prerequisites +==================== + +sudo bash +dnf update +dnf groupinstall "Development Tools" +dnf groupinstall "C Development Tools and Libraries" +yum install ncurses-devel +yum install parted-devel + Compilation =========== @@ -55,7 +65,6 @@ Once done with your coding then the released/patch/fixed code can be compiled wi complete with all it's optimisations. -The ncurses, pthreads and parted libraries are required for compiling. For any problems, please use the Github page: https://github.com/martijnvanbrummelen/nwipe