-
Notifications
You must be signed in to change notification settings - Fork 367
ArchLinux Build Instructions
Christian Muehlhaeuser edited this page Dec 5, 2015
·
2 revisions
For example if you use yaourt, issue:
yaourt -S tomahawk
For other AUR-helpers refer to their documentation or here: https://wiki.archlinux.org/index.php/AUR_Helpers#Comparison_Table
Follow instructions, install and/or build missing dependencies along the way.
Install dependencies from AUR: libechonest-git: http://aur.archlinux.org/packages.php?ID=41904
After downloading the source packages for each of them do:
cd path/to/dir/containing/PKGBUILD
makepkg -i
wget http://aur.archlinux.org/packages/tomahawk/tomahawk.tar.gz
tar zxf tomahawk.tar.gz
cd tomahawk
makepkg -i
If you feel like trying some bleeding-edge Tomahawk code just replace 'tomahawk' with 'tomahawk-git' above.