I tried installing vacuum-cairo on OS X 10.6 but it failed. With the help of HomeBrew I installed the dependencies by doing the following:
Be sure to run brew update first.
Then install the dependencies:
1 2 3 4 5 6 | |
Note the installing of librsvg twice, this is in accordance with https://github.com/mxcl/homebrew/issues/4970. If you don’t get an error after running the first install of librsvg you might have a new update brew of librsvg.
And finally install vacuum-cairo:
1
| |