1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Add fedora repo

This commit is contained in:
QC 2015-10-25 13:54:41 +01:00
parent 7b1e3e75c9
commit 0d11a7b81e
2 changed files with 17 additions and 1 deletions

View file

@ -159,3 +159,19 @@ can then load the core in GDB.
``` ```
gdb rofi core gdb rofi core
``` ```
## Install distribution
### Debian or Ubuntu
```
apt-get install rofi
```
### Fedora
rofi from [russianfedora repository](http://ru.fedoracommunity.org/repository)
and also
Copr (Cool Other Package Repo) https://copr.fedoraproject.org/coprs/region51/rofi/*

View file

@ -1,4 +1,4 @@
AC_INIT([rofi], [0.15.10], [https://github.com/DaveDavenport/rofi/]) AC_INIT([rofi], [0.15.10-devel], [https://github.com/DaveDavenport/rofi/])
AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])