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:
authorV1TSK <vitaly@easycoding.org>2015-10-14 20:33:26 +0300
committerV1TSK <vitaly@easycoding.org>2015-10-14 20:33:26 +0300
commit25545514d36c4a088402312522c67a1f3a46684f (patch)
tree7bfb2cadafc26561b2d45406ae5e8d4021abc178
parent57ad5a11e9ff1a6a8f5fb7f55bd2454c7657e1ca (diff)
Updated Readme.
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 95272d2..8ea3e06 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,16 @@ 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 Build RPM package for Fedora/openSUSE/CentOS/RHEL
+=====================
+ ```
+ sudo yum -y install rpm-build gcc json-glib-devel libpurple-devel zlib-devel make automake glib2-devel libgnome-keyring-devel
+ mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
+ wget https://github.com/EionRobb/pidgin-opensteamworks/blob/master/steam-mobile/purple-steam.spec -O ~/rpmbuild/SPECS/purple-steam.spec
+ wget https://github.com/EionRobb/pidgin-opensteamworks/archive/master.tar.gz -O ~/rpmbuild/SOURCES/pidgin-opensteamworks-1.6.1.tar.gz
+ rpmbuild -ba ~/rpmbuild/SPECS/purple-steam.spec
+ ```
+
How to Build on Linux
=====================
* Download the latest tarball from the [Downloads Page](https://github.com/EionRobb/pidgin-opensteamworks/releases)