andrewrk / andrewrk/node-waveform

Installing on osx with homebrew libgroove fails

オープン
#3 コメント 2 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。