Skip to content

Commit

Permalink
Homebrew instructions updated
Browse files Browse the repository at this point in the history
In order to node-gyp to build the unicode libraries need to be /usr/local/include
  • Loading branch information
jscharlach committed Aug 15, 2012
1 parent 0cf6a77 commit aed4b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Exposes predefined Unicode normalization functions that are required by many pro
# OSX using Homebrew
brew install icu4c
ln -s /usr/local/Cellar/icu4c/<VERSION>/bin/icu-config /usr/local/bin/icu-config
ln -s /usr/local/Cellar/icu4c/<VERSION>/include/unicode /usr/local/include

npm install node-stringprep

Expand Down

0 comments on commit aed4b92

Please sign in to comment.