Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08ee328..bd5f3dc 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,19 @@ How to Install on Windows
If this is the first time you have downloaded this plugin:
* Download [the json-glib library](https://github.com/EionRobb/pidgin-opensteamworks/raw/master/steam-mobile/libjson-glib-1.0.dll) into your `Program Files (x86)\Pidgin` folder (or `Program Files\Pidgin`), _**NOT** into the plugins folder_
+How to install on Fedora
+=====================
+On Fedora you can use [purple-libsteam](https://copr.fedoraproject.org/coprs/xvitaly/purple-libsteam/) COPR repository. [Later](https://bugzilla.redhat.com/show_bug.cgi?id=1297854), after package review, it will be available from main Fedora repository.
+
+At first time you should add COPR repository and enable it:
+```
+ sudo dnf copr enable xvitaly/purple-libsteam
+```
+Now you can install packages:
+```
+ sudo dnf install purple-libsteam pidgin-libsteam
+```
+
How to Build RPM package for Fedora/openSUSE/CentOS/RHEL
=====================
```