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

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiy Illarionov <qarkai@gmail.com>2016-06-22 00:14:13 +0300
committerEion Robb <eion@robbmob.com>2016-06-22 00:14:13 +0300
commitbe125c6ff258d83b27cf2310957b2fe95990b8cf (patch)
treec0e3448f00c6bbd4a8a11d92d74f4dce6620c56f
parent72f0b003252d0c827e9fa5dcb31005ef4a51b036 (diff)
Change Arch Linux installation instructions (#444)
Improve Arch Linux installation instructions
-rw-r--r--skypeweb/README.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 9aa2ddf..7e3d80a 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -29,6 +29,13 @@ Now you can install packages:
sudo dnf install purple-skypeweb pidgin-skypeweb
```
+Arch Linux
+----------
+On Arch Linux package available in [Community](https://wiki.archlinux.org/index.php/official_repositories#community) repository. Installation is usual:
+```
+ sudo pacman -S purple-skypeweb
+```
+
Compiling
---------
Requires devel headers/libs for libpurple and libjson-glib [libglib2.0-dev, libjson-glib-dev and libpurple-dev]
@@ -69,22 +76,21 @@ To install do:
sudo dpkg -i skypeweb-1.1.0-Linux.deb
```
-
Building AUR package for Arch Linux
----------
[AUR Package Site](https://aur.archlinux.org/packages/purple-skypeweb)
First you will need to get the [build deps](https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites) unless you already have them
```
-# pacman -S --needed base-devel
+ sudo pacman -S --needed base-devel
```
Next, clone the package's [AUR git repo](https://aur.archlinux.org/purple-skypeweb.git)
```
-$ git clone https://aur.archlinux.org/purple-skypeweb.git
+ git clone https://aur.archlinux.org/purple-skypeweb.git
```
Finally, [build and install](https://wiki.archlinux.org/index.php/Arch_User_Repository#Build_and_install_the_package)
```
-$ cd purple-skypeweb
-$ makepkg -sri
+ cd purple-skypeweb
+ makepkg -sri
```
For more information about the Arch User Repository and how installs work, documentation can be found on the [ArchWiki AUR Page](https://wiki.archlinux.org/index.php/AUR)