diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnBEsNDl_6O4rHb2en3I0-fg-6fUxglaRQ <chee@web> | 2012-11-13 04:40:07 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-13 04:40:07 +0000 |
commit | 02b7d23a0b3b366ec273c16851c7d503d6c2676f (patch) | |
tree | bec2c8b686baa9ef7523b07b5d9b8d2fb8b42ccf /doc/install | |
parent | 9aca7a8b89c7b4b75f3eec94ee3bc501a8687199 (diff) |
Added a comment: Recent install for OS X
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/OSX/comment_9_c6b1b31d16f2144ad08abd8c767b6ab9._comment | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_9_c6b1b31d16f2144ad08abd8c767b6ab9._comment b/doc/install/OSX/comment_9_c6b1b31d16f2144ad08abd8c767b6ab9._comment new file mode 100644 index 000000000..faa7b1b43 --- /dev/null +++ b/doc/install/OSX/comment_9_c6b1b31d16f2144ad08abd8c767b6ab9._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnBEsNDl_6O4rHb2en3I0-fg-6fUxglaRQ" + nickname="chee" + subject="Recent install for OS X" + date="2012-11-13T04:40:05Z" + content=""" +if you are having trouble installing with `cabal install git-annex` at the moment, trouble of the XML kind, you'll need to do a couple things: + +`brew update` +`brew install libxml2` +`cabal update` +`cabal install libxml --extra-include-dirs=/usr/local/Cellar/libxml2/2.8.0/include/libxml2 --extra-lib-dirs=/usr/local/Cellar/libxml2/2.8.0/lib` + +well, then i hit a brick wall. + +well. + +I got it to work by manually symlinking from `../Cellar/libxml2/2.8.0/lib/`* into `/usr/local` and from `../../Cellar/libxml2/2.8.0/lib/` to `/usr/local/pkgconfig`, but i can't recommend it or claim to be too proud about it all. + +OS X already has an old libxml knocking around so this might ruin everything for me. + +let's find out ! +"""]] |