Browse Source

Ur/Web needs Ubuntu package 'mlton'

Adam Chlipala 9 years ago
parent
commit
46fe8e09bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frameworks/Ur/urweb/setup.sh

+ 1 - 0
frameworks/Ur/urweb/setup.sh

@@ -5,6 +5,7 @@ COMPILER=${IROOT}/urweb
 
 RETCODE=$(fw_exists ${COMPILER}.installed)
 [ "$RETCODE" == 0 ] || { \
+  sudo apt-get install mlton
   cd $IROOT
   fw_get -O http://www.impredicative.com/ur/urweb-$VERSION.tgz
   fw_untar urweb-$VERSION.tgz