source: gs3-extensions/web-audio/trunk/INSTALL.sh@ 33548

Last change on this file since 33548 was 33548, checked in by davidb, 5 years ago

Include new wavesurfer sub-project to install

File size: 284 bytes
Line 
1#!/bin/bash
2
3
4if [ ! -d ../../web/ext ] ; then
5 echo "Making directory: ../../../web/ext"
6 mkdir ../../web/ext
7fi
8
9for ed in diy-audio-player js-dsp js-mad sound-manager2 ; do
10 echo "Installing '$ed'"
11 /bin/cp -r $ed ../../web/ext/.
12done
13
14cd wavesurfer && ./INSTALL.sh && cd ..
Note: See TracBrowser for help on using the repository browser.