Skip to content

Commit 86567b7

Browse files
committed
Add dependency instructions
1 parent 320f827 commit 86567b7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before you install the gem, make sure to have [taglib 1.11.1 or higher][taglib]
2828
with header files (and a C++ compiler of course):
2929

3030
* Debian/Ubuntu: `sudo apt-get install libtag1-dev`
31-
* Fedora/RHEL: `sudo yum install taglib-devel`
31+
* Fedora/RHEL: `sudo dnf install taglib-devel`
3232
* Brew: `brew install taglib`
3333
* MacPorts: `sudo port install taglib`
3434

@@ -60,6 +60,12 @@ See {file:CHANGES.md}.
6060
Contributing
6161
------------
6262

63+
### Dependencies
64+
65+
Fedora:
66+
67+
sudo dnf install taglib-devel ruby-devel gcc-c++ redhat-rpm-config swig
68+
6369
### Building
6470

6571
Install dependencies (uses bundler, install it via `gem install bundler`

ext/extconf_common.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def error msg
4242
You must have taglib installed in order to use taglib-ruby.
4343
4444
Debian/Ubuntu: sudo apt-get install libtag1-dev
45-
Fedora/RHEL: sudo yum install taglib-devel
45+
Fedora/RHEL: sudo dnf install taglib-devel
4646
Brew: brew install taglib
4747
MacPorts: sudo port install taglib
4848
DESC

0 commit comments

Comments
 (0)