Skip to content
Snippets Groups Projects
Commit 1db01c18 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Merge branch 'cmake_dependency' into 'master'

pkg-config and cmake dependency for OSX

OSX also needs `pkg-config` and `cmake` dependency. It's not installed per default.

See merge request !16
parents d7edbc4f 84e93288
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,7 @@ Ensure you have installed Ruby 2.1 and Bundler with your method of choice (RVM,
 
```
brew tap homebrew/dupes
brew install redis postgresql phantomjs libiconv icu4c
brew install redis postgresql phantomjs libiconv icu4c pkg-config cmake
bundle config build.nokogiri --with-iconv-dir=/usr/local/opt/libiconv
```
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment