summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-09-03 10:07:55 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-09-03 10:07:55 -0400
commitb78791c789aa5b3e82bf51592ffd8d9110aa618b (patch)
tree4cfbae72d4a62cb88297577fefe169b12821fedc /setup.sh
parentbd28c76f662039cf289e2e224e7841eebeaf6fe8 (diff)
downloadhtml5ks-b78791c789aa5b3e82bf51592ffd8d9110aa618b.tar.xz
html5ks-b78791c789aa5b3e82bf51592ffd8d9110aa618b.zip
update README, toolchain
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 7a09353..54daa17 100755
--- a/setup.sh
+++ b/setup.sh
@@ -3,6 +3,13 @@
export THREADS=${THREADS:-$(nproc)}
cd $(dirname $0)
+
+git submodule update --init
+
+pushd unrpyc
+make install
+popd
+
./vencode.sh
trim() {