andrewrk / andrewrk/node-waveform

Installing on osx with homebrew libgroove fails

Ouverte
#3 2 commentaires 1 réaction 0 personnes assignées Voir sur GitHub
Langage dominant
C
Étoiles
102
Forks
18
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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!

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.