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:
authorSteven Basart <xksteven@users.noreply.github.com>2016-07-13 00:43:55 +0300
committerEion Robb <eion@robbmob.com>2016-07-13 00:43:55 +0300
commitd337afc1d1a905ada5726408fed5ac80f8bb97aa (patch)
treed8267e5f390dd6ecc222693a890fc520e09462a0
parent20e3b60c6b82c76c520f51d0e2312404cc82dd8c (diff)
Update to Install on Ubuntu (#149)
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9770bb8..d1d5e46 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,15 @@ How to Build RPM package for Fedora/openSUSE/CentOS/RHEL
rpmbuild -ba ~/rpmbuild/SPECS/purple-libsteam.spec
```
+How to Build on Ubuntu
+=====================
+ * Download the latest tarball from the [Downloads Page](https://github.com/EionRobb/pidgin-opensteamworks/releases)
+ * Make sure you have the development packages/headers for libpurple, glib-2.0, libjson-glib, gnome-keyring, nss
+ * sudo apt-get install libpurple-dev libglib2.0-dev libjson-glib-dev libgnome-keyring-dev libnss3-dev
+ * Run `cd steam-mobile && make && sudo make install`
+ * sudo cp libsteam.so /usr/lib/purple-2/
+
+
How to Build on Linux
=====================
* Download the latest tarball from the [Downloads Page](https://github.com/EionRobb/pidgin-opensteamworks/releases)