diff --git a/README.md b/README.md index f45d09e71cc631281b68b1fdd300c66489360192..b0b086d6d86b80592101a55e50fe3adb4394afb0 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ system: * libsdl2 * libprotobuf * protobuf-compiler - * lxc + * lxc (>= 3.0) On an Ubuntu system you can install all build dependencies with the following command: @@ -95,7 +95,7 @@ $ sudo apt install build-essential cmake cmake-data debhelper dbus google-mock \ libproperties-cpp-dev libprotobuf-dev libsdl2-dev libsdl2-image-dev lxc-dev \ pkg-config protobuf-compiler ``` -We recommend Ubuntu 16.04 (xenial) with **GCC 5.x** as your build environment. +We recommend Ubuntu 18.04 (bionic) with **GCC 7.x** as your build environment. ### Build diff --git a/scripts/build-with-docker.sh b/scripts/build-with-docker.sh index 5d0159c21cc2cd51c485b3f4359ba073f87e6b71..8a0de21a8a8b52d1a3680fdb7fff736f4b177e1a 100755 --- a/scripts/build-with-docker.sh +++ b/scripts/build-with-docker.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker pull ubuntu:16.04 -docker run -i -t -v $PWD:/anbox ubuntu:16.04 /anbox/scripts/clean-build.sh +docker pull ubuntu:18.04 +docker run -i -t -v $PWD:/anbox ubuntu:18.04 /anbox/scripts/clean-build.sh diff --git a/scripts/clean-build.sh b/scripts/clean-build.sh index 8420472b2dcbf76a642da3b91b14358cf2aeec20..6ec8e51fd614b1921eff3e9c2da99125799ab913 100755 --- a/scripts/clean-build.sh +++ b/scripts/clean-build.sh @@ -21,7 +21,6 @@ apt-get install -qq -y \ libboost-test-dev \ libboost-thread-dev \ libcap-dev \ - libdbus-cpp-dev \ libegl1-mesa-dev \ libgles2-mesa-dev \ libglib2.0-dev \