Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora 22 build instructions #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Copy link

@ghost ghost Oct 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrar requires the rpmfusion repository doesn't it?

dnf info unrar
# snip
From repo   : rpmfusion-nonfree-updates
# snip

flex bison texinfo gawk ncurses-devel expat-devel python sed
```

## MacOS:
```bash
$ brew tap homebrew/dupes
Expand Down