summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-20 09:55:09 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-20 09:55:09 -0500
commit10856f2ded85f7747817f892d460d6b032fe62de (patch)
tree3ac5683cc38a59a4b955d16b5b40ac0970f4a203 /setup.sh
parent304150ee82a1bff8330c0920f77cf822be51a4e5 (diff)
downloadhtml5ks-10856f2ded85f7747817f892d460d6b032fe62de.tar.xz
html5ks-10856f2ded85f7747817f892d460d6b032fe62de.zip
asdf
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 2628341..39b4e08 100755
--- a/setup.sh
+++ b/setup.sh
@@ -2,6 +2,8 @@
if [ -z $MAKEOPTS ]; then
MAKEOPTS="-j`nproc`"
+ echo "No MAKEOPTS specified, setting $MAKEOPTS automatically."
+ printf "%siB free, approx 1GiB/core required (depending on ffmpeg settings)." "$(free -ht | tail -n 1 | awk '{print $4}')"
fi
set -e -x