Mercurial > audio-send
diff update-jme.sh @ 0:f9476ff7637e
initial forking of open-al to create multiple listeners
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 25 Oct 2011 13:02:31 -0700 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/update-jme.sh Tue Oct 25 13:02:31 2011 -0700 1.3 @@ -0,0 +1,15 @@ 1.4 +#!/bin/sh 1.5 + 1.6 + 1.7 +ln -sf /home/r/proj/audio-send/build/libopenal.so \ 1.8 + /home/r/proj/jMonkeyEngine3/lib/lwjgl/native/linux/audioSend/libopenal64.so; 1.9 + 1.10 +cp -v /home/r/proj/cortex/assets/Sounds/pure.wav /home/r/proj/jMonkeyEngine3/bin/Sound/Effects/pure.wav; 1.11 + 1.12 +cp -v /home/r/proj/cortex/assets/Sounds/dream.wav /home/r/proj/jMonkeyEngine3/bin/Sound/Effects/dream.wav; 1.13 + 1.14 +cp -v /home/r/proj/cortex/assets/Sounds/silence.wav /home/r/proj/jMonkeyEngine3/bin/Sound/Effects/silence.wav; 1.15 + 1.16 + 1.17 +cd /home/r/proj/jMonkeyEngine3/lib/lwjgl; 1.18 +jar uf jME3-lwjgl-natives.jar native/linux/audioSend/