force link of libxml2 seems necessary now
This commit is contained in:
parent
48480b2506
commit
8c6efd1b1b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ the app for OSX Lion.
|
|||
<pre>
|
||||
brew update
|
||||
brew install haskell-platform git ossp-uuid md5sha1sum coreutils libgsasl gnutls libidn libgsasl pkg-config libxml2
|
||||
brew link libxml2
|
||||
brew link libxml2 --force
|
||||
cabal update
|
||||
mkdir $HOME/bin
|
||||
PATH=$HOME/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue