Merge pull request #93 from PartialVolume/Fedora_package_update_to_readme

Update readme with Fedora package requirements
This commit is contained in:
Martijn van Brummelen
2018-11-28 12:26:24 +01:00
committed by GitHub

13
README
View File

@@ -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