File: day_93__easy_install.mdwn

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (34 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
I hear that people want the git-annex assistant to be easy to install
without messing about building it from source..

## on OSX

So Jimmy and I have been working all week on making an easily installed OSX
app of the assistant. This is a .dmz file that bundles all the dependencies
(git, etc) in, so it can be installed with one click.

It seems to basically work. You can get it [[here|install/OSX]].

Unfortunatly, the [[bugs/pasting_into_annex_on_OSX]] bug resurfaced while
testing this.. So I can't really recommend using it on real data yet.

Still, any testing you can do is gonna be really helpful. I'm squashing OSX
bugs right and left.

## on Linux

First of all, the git-annex assistant is now available in Debian unstable,
and in Arch Linux's AUR. Proper packages.

For all the other Linux distributions, I have a workaround. It's
a big hack, but it seems to work.. at least on Debian stable.

I've just put up a [[install/linux_standalone]] tarball, which has **no
library dependencies** apart from glibc, and doesn't even need git to be
installed on your system.

## on FreeBSD

The FreeBSD port has been updated to include the git-annex assistant too..

[[!meta title="day 94 easy install"]]