annotate etc/setup_as_dml.sh @ 0:7d34f4b6df69

Initial check-in (partial)
author samer
date Sun, 18 Jan 2015 16:18:01 +0000
parents
children 19d1235ce229
rev   line source
samer@0 1 #!/bin/sh
samer@0 2
samer@0 3 echo 'THIS IS NOT READY YET!'
samer@0 4 exit 1
samer@0 5
samer@0 6
samer@0 7 #build SWI Prolog
samer@0 8 cd /tmp
samer@0 9 wget http://www.swi-prolog.org/download/devel/src/pl-7.1.28.tar.gz
samer@0 10 tar xzf pl-7.1.28.tar.gz
samer@0 11 cd pl-7.1.28
samer@0 12 cp build.templ build
samer@0 13 patch build ~/etc/swipl-build.patch
samer@0 14 ./build
samer@0 15
samer@0 16 # DOWNLOADS FROM REPOs
samer@0 17
samer@0 18 cd ~/src/github
samer@0 19 git clone --recursive https://github.com/humdrum-tools/humdrum-tools
samer@0 20
samer@0 21 cd ~/src/hg
samer@0 22 hg clone <dml-cliopatria>
samer@0 23 hg clone <ishara>
samer@0 24
samer@0 25