changeset 529:945c7b500433

added download script to get needed libraries for Dylan.
author Robert McIntyre <rlm@mit.edu>
date Sun, 24 Jun 2012 14:57:15 -0500
parents c04b8b94e846
children 8d3177d19d5f
files dl-libs.sh sounds/test-sound.wav
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dl-libs.sh	Sun Jun 24 14:57:15 2012 -0500
     1.3 @@ -0,0 +1,9 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +mkdir ./java/lib
     1.7 +cd ./java/lib
     1.8 +
     1.9 +wget http://www.tritonus.org/tritonus_share-0.3.6.jar
    1.10 +wget http://www.tritonus.org/tritonus_aos-0.3.6.jar
    1.11 +
    1.12 +
     2.1 Binary file sounds/test-sound.wav has changed