Merge pull request #8 from mgalgs/non-apt

configure: Handle non-apt systems
This commit is contained in:
Ciro Santilli 六四事件 法轮功 包卓轩
2018-01-02 20:38:48 +00:00
committed by GitHub

10
configure vendored
View File

@@ -36,6 +36,16 @@ gcc-arm-linux-gnueabi \
libgoogle-perftools-dev \
protobuf-compiler \
"
command -v apt-get >/dev/null 2>&1 || {
cat <<EOF
apt-get not found. You're on your own for installing dependencies.
On Ubuntu they are:
$pkgs
EOF
exit 0
}
sudo apt-get update $y
# Building SDL for QEMU in Buildroot was rejected upstream because it adds many dependencies: