From da8d0c767a444d3c475c64e009d39c6490dc0291 Mon Sep 17 00:00:00 2001 From: Jason Herskowitz Date: Wed, 2 Dec 2015 14:49:37 -0500 Subject: [PATCH] Created ArchLinux - Build Instructions (markdown) --- ArchLinux---Build-Instructions.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ArchLinux---Build-Instructions.md diff --git a/ArchLinux---Build-Instructions.md b/ArchLinux---Build-Instructions.md new file mode 100644 index 0000000..7cf65c9 --- /dev/null +++ b/ArchLinux---Build-Instructions.md @@ -0,0 +1,29 @@ +# Building with AUR-helpers + +For example if you use yaourt, issue: + + yaourt -S tomahawk + +For other AUR-helpers refer to their documentation or here: https://web.archive.org/web/20150524054249/https://wiki.archlinux.org/index.php/AUR_Helpers#Comparison_Table + +Follow instructions, install and/or build missing dependencies along the way. + +# Building by hand + +Install dependencies from AUR: +libechonest-git: https://web.archive.org/web/20150524054249/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 + +# Install Tomahawk: + + wget http://aur.archlinux.org/packages/tomahawk/tomahawk.tar.gz + tar zxf tomahawk.tar.gz + cd tomahawk + makepkg -i + +# Development version +If you feel like trying some bleeding-edge Tomahawk code just replace 'tomahawk' with 'tomahawk-git' above. \ No newline at end of file