Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
brew can now link into /usr/local automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrey committed Apr 17, 2013
1 parent 91dc112 commit 9468a5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -27,9 +27,7 @@ To install the python library:
If you are running OS X using [Homebrew](http://mxcl.github.com/homebrew/) you may need to first get your dependencies in order:

brew install icu4c boost boost-jam
ln -s /usr/local/Cellar/icu4c/4.4.1/include/unicode /usr/local/include/
ln -s /usr/local/Cellar/icu4c/4.4.1/include/layout /usr/local/include/
ls -1 /usr/local/Cellar/icu4c/4.4.1/lib/ | xargs -IFILE ln -s /usr/local/Cellar/icu4c/4.4.1/lib/FILE /usr/local/lib
brew link icu4c --force

## Benchmarks

Expand Down

0 comments on commit 9468a5d

Please sign in to comment.