Created
February 26, 2014 19:46
-
-
Save edunham/9236990 to your computer and use it in GitHub Desktop.
Arch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing Google Talkplugin | |
1) Download .tgz from https://aur.archlinux.org/packages.php?ID=40056 (https://aur.archlinux.org/packages/go/google-talkplugin/google-talkplugin.tar.gz) | |
2) tar -xvf the tgz; cd google-talkplugin | |
3) sudo pacman -S base-devel # makepkg was broken | |
4) makepkg # works 'cause we're in same dir with PKGBUILD file; gives us a .rpm and a .pkg.tar.xz | |
5) sudo pacman -U <the .pkg.tar.xz> | |
AND THEN HANGOUTS WORK!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment