Skip to content

Commit

Permalink
Add Fedora to the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
falsovsky committed Apr 30, 2019
1 parent 7e5ecc6 commit e07a606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Arch Linux

# pacman -S cmake pkg-config glib2 openssl irssi

CentOS
------
CentOS / Fedora
---------------

# yum install gcc pkgconfig cmake irssi irssi-devel openssl openssl-devel glib2 glib2-devel

Building
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,20 @@ The requirements for building FiSH-irssi are:
```
# apt-get install build-essential irssi-dev libglib2.0-dev libssl-dev cmake git
```

## OpenBSD

```
# pkg_add glib2 irssi cmake git
```

## Arch Linux

```
# pacman -S cmake pkg-config glib2 openssl irssi
```
## CentOS

## CentOS / Fedora
```
yum install gcc pkgconfig cmake irssi irssi-devel openssl openssl-devel glib2 glib2-devel
```
Expand Down

0 comments on commit e07a606

Please sign in to comment.