diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-17 11:40:30 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-17 11:40:30 -0400 |
commit | 5571155e35a7a57db9c3186be36f46814dbe0c81 (patch) | |
tree | 1d7bb5aed6644abbca785a50e10984e6abdda0af /doc | |
parent | cb8e9a8ae2a3c802254fb649aedabca994f8a816 (diff) |
update arch page to mention haskell-core repo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Installation_on_ArchLinux_fails.mdwn | 3 | ||||
-rw-r--r-- | doc/install/ArchLinux.mdwn | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/bugs/Installation_on_ArchLinux_fails.mdwn b/doc/bugs/Installation_on_ArchLinux_fails.mdwn index a956e6a8e..54c671847 100644 --- a/doc/bugs/Installation_on_ArchLinux_fails.mdwn +++ b/doc/bugs/Installation_on_ArchLinux_fails.mdwn @@ -31,3 +31,6 @@ Both git-annex and git-annex-git fail with error: target not found: haskell-hs3 as these packages are not available on AUR. + +> I have updated the arch documentation to replace the failing package with +> the haskell-core one. [[done]] --[[Joey]] diff --git a/doc/install/ArchLinux.mdwn b/doc/install/ArchLinux.mdwn index 43b7d132e..c051e8540 100644 --- a/doc/install/ArchLinux.mdwn +++ b/doc/install/ArchLinux.mdwn @@ -1,12 +1,10 @@ -There are four non non-official packages for git-annex in the Arch Linux User Repository. Any of these may be installed manually per [AUR guidelines](https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Installing_packages) or using a wrapper such as [`yaourt`](https://wiki.archlinux.org/index.php/yaourt) shown below. +There are at least four non non-official packages for git-annex in the Arch Linux User Repository. Any of these may be installed manually per [AUR guidelines](https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Installing_packages) or using a wrapper such as [`yaourt`](https://wiki.archlinux.org/index.php/yaourt) shown below. 1. The simplest method is to use the [git-annex-bin](https://aur.archlinux.org/packages/git-annex-bin/) package based on the [prebuilt Linux tarballs](http://downloads.kitenet.net/git-annex/linux/current/). This package includes many of the binary shims from the pre-built package. Although common Linux system utilities have been stripped in favor of normal dependencies, the pre-configured Haskell libraries included out of the box make this an easy install. The disadvantage is the resulting installation is a bit on the heavy side at nearly 100M. $ yaourt -Sy git-annex-bin -2. A more traditional source package is available at [git-annex](https://aur.archlinux.org/packages/git-annex/). This depends on a large number of Haskell packages available from a third party repository or through Cabal. You must either enable a 3rd party repo that has the dependencies or have a working Cabal installation. Unless you know what you are doing this is a bit problematic and some intervention may be required to get this option to work. The state of available dependency versions also varies so this may not work at all times. - - $ yaourt -Sy git-annex +2. A git-annex package is available in the haskell-core AUR <https://wiki.archlinux.org/index.php/ArchHaskell> 3. A development package is available at [git-annex-git](https://aur.archlinux.org/packages/git-annex-git/) that functions similarly to the source package but builds directly from the HEAD of the git repository rather that the last official release. |