瀏覽代碼

Upgrade Nimrod to latest version

Erwan Ameil 11 年之前
父節點
當前提交
c3b1c3879b
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      toolset/setup/linux/languages/nimrod.sh

+ 3 - 2
toolset/setup/linux/languages/nimrod.sh

@@ -5,11 +5,11 @@ RETCODE=$(fw_exists nimrod/bin/nimrod)
 
 
 test -d nimrod || git clone git://github.com/Araq/Nimrod.git nimrod
 test -d nimrod || git clone git://github.com/Araq/Nimrod.git nimrod
 cd nimrod 
 cd nimrod 
-git checkout 987ac2439a87d74838233a7b188e4db340495ee5
+git checkout 887a1ebe688a01259263ad6e11c9061cfc940456
 test -d csources || git clone git://github.com/nimrod-code/csources.git
 test -d csources || git clone git://github.com/nimrod-code/csources.git
 
 
 cd csources
 cd csources
-git checkout 704015887981932c78a033dd5ede623b2ad6ae27
+git checkout 0a6e5758ed16bf906fcfdb9e64086edd9b60c5c0
 chmod +x build.sh
 chmod +x build.sh
 ./build.sh
 ./build.sh
 
 
@@ -20,3 +20,4 @@ RETCODE=$(fw_exists nimrod/koch)
 cd nimrod
 cd nimrod
 bin/nimrod c koch
 bin/nimrod c koch
 ./koch boot -d:release
 ./koch boot -d:release
+sudo ./koch install /usr/bin