andrewrk / andrewrk/node-waveform
Installing on osx with homebrew libgroove fails
- 主要語言
- C
- 星號
- 102
- 分支
- 18
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I tried installing libgroove using homebrew with
`brew install libgroove`
This installs fine, but when I tried to install waveform it kept complaining about the missing groove.h. It seems like node-gyp wants these libraries to be linked into /usr/X11 for some reason and they are not there by default after installing via brew. After running these commands
```
sudo ln -s /usr/local/Cellar/libgroove/4.3.0/lib/libgroove.dylib /usr/X11/lib/
sudo ln -s /usr/local/Cellar/libgroove/4.3.0/include/groove /usr/X11/include/
```
`npm install waveform` ran without a problem.
Maybe a mention in the readme for installing on osx via homebrew? or leave this issue in case someone else has this problem.
Thanks!
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。