From 464e275e6a18ef31a8381839d87abdd69f4878b4 Mon Sep 17 00:00:00 2001 From: Valent Turkovic Date: Mon, 8 Jun 2015 16:13:59 +0200 Subject: [PATCH] Fedora 22 build instructions Build instructions for Fedora 22 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0bf5db6b0..345e01e98 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ $ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \ flex bison texinfo gawk ncurses-dev libexpat-dev python sed ``` +## Fedora 22 +``` +$ sudo dnf install make unrar autoconf automake libtool gcc gcc-c++ gperf \ + flex bison texinfo gawk ncurses-devel expat-devel python sed +``` + ## MacOS: ```bash $ brew tap homebrew/dupes