diff options
author | Joey Hess <joey@kitenet.net> | 2012-12-17 12:59:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-12-17 12:59:18 -0400 |
commit | 08ebc42bcdb24f6e4c0e99fc011fab6d84a34dac (patch) | |
tree | 2f2ad9dfcfaa3c44dab121dbe1934cfdb2e7ce62 | |
parent | 4a7747a1004f0313000ad5dfbd6e4ba38d74c2c4 (diff) |
OSX Mountian Lion builds now available
-rw-r--r-- | doc/install.mdwn | 2 | ||||
-rw-r--r-- | doc/install/OSX.mdwn | 19 |
2 files changed, 14 insertions, 7 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index 837345505..8a3091d8b 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -2,7 +2,7 @@ [[!table format=dsv header=yes data=""" detailed instructions | quick install -[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/git-annex.dmg.bz2) **beta; [[known_problems|/bugs/OSX_app_issues]]** +[[OSX]] | [download git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/) [[Linux|linux_standalone]] | [download prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/) [[Debian]] | `apt-get install git-annex` [[Ubuntu]] | `apt-get install git-annex` diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn index b91f8353b..795986176 100644 --- a/doc/install/OSX.mdwn +++ b/doc/install/OSX.mdwn @@ -1,13 +1,20 @@ ## git-annex.app -For easy installation, [Jimmy Tang](http://www.sgenomics.org/~jtang/) -builds a standalone git-annex.app of the git-annex assistant. +For easy installation, use the +[beta release of git-annex.app](http://downloads.kitenet.net/git-annex/OSX/current/). -* [beta release of git-annex.app](http://downloads.kitenet.net/git-annex/OSX/git-annex.dmg.bz2) -* [daily build of git-annex.app](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/ref/master/git-annex.dmg.bz2) ([build logs](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/)) - * [past builds](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/sha1/) -- directories are named from the commitid's +Be sure to select the build matching your version of OSX. + +This is still a work in progress. See [[/bugs/OSX_app_issues]] for problem +reports. + +## autobuilds -This is known to not work on all OSX systems. [[/bugs/OSX_app_issues]] is collecting reports of problems with it in one place. +[Jimmy Tang](http://www.sgenomics.org/~jtang/) autobuilds +the app. These autobuilds only work on OSX Lion, not Mountain Lion. + +* [autobuild of git-annex.app](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/ref/master/git-annex.dmg.bz2) ([build logs](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/)) + * [past builds](http://www.sgenomics.org/~jtang/gitbuilder-git-annex-x00-x86_64-apple-darwin10.8.0-binary/sha1/) -- directories are named from the commitid's ## using Brew |