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

Commit 9468a5d

Browse files
committed
brew can now link into /usr/local automatically
1 parent 91dc112 commit 9468a5d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ To install the python library:
2727
If you are running OS X using [Homebrew](http://mxcl.github.com/homebrew/) you may need to first get your dependencies in order:
2828

2929
brew install icu4c boost boost-jam
30-
ln -s /usr/local/Cellar/icu4c/4.4.1/include/unicode /usr/local/include/
31-
ln -s /usr/local/Cellar/icu4c/4.4.1/include/layout /usr/local/include/
32-
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
30+
brew link icu4c --force
3331

3432
## Benchmarks
3533

0 commit comments

Comments
 (0)