diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-16 05:39:27 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-09-16 05:39:53 +0200 |
commit | 6c59fde5c5546787270ffd4944e87010118c6f61 (patch) | |
tree | 739e01255958d50e12d92ec9c4b28f7002ceb290 /compilation | |
parent | 6638377cc91b598fe02518c19f7db97434643f86 (diff) |
Adding OCCI to the mess.
Diffstat (limited to 'compilation')
-rwxr-xr-x | compilation | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compilation b/compilation index fece84b..8c95c28 100755 --- a/compilation +++ b/compilation @@ -36,6 +36,7 @@ git clone ${prefix}${githostname}${path}/PSX-Bundle git clone ${prefix}${githostname}${path}/lua-modules-iup git clone ${prefix}${githostname}${path}/lua-modules-gmp git clone ${prefix}${githostname}${path}/LuaJIT +git clone http://git.gitorious.org/occi-gateway/occi-gateway.git cd Baltisot/lib/ ./genloadlib.sh > loadlualibs.ii @@ -118,7 +119,7 @@ tar xvfz ftgl-win32-precomp.tar.gz tar xvfz freetype-win32-precomp.tar.gz tar xvfz mysql-5.0.51b-win32-precomp.tar.gz tar xvfz pthreads-w32-2-8-0-release-win32-precomp.tar.gz -tar xvfz gnuwin32-digested-tar.gz +tar xvfz gnuwin32-digested.tar.gz gunzip libreadline-static.a.gz mkdir -p lua-interface-distrib/win32 |