Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 396 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 396 Bytes

audiolib.js packaged for bower.

Installation

bower install --save audiolib

Build

LOCAL="$HOME/.local"
git clone https://github.com/kinetiknz/cubeb.git
cd cubeb
autoreconf --install
./configure --prefix="$LOCAL"
make
make install
cd ..
CPLUS_INCLUDE_PATH="$LOCAL/include" LDFLAGS="-L $LOCAL/lib" npm install

gulp