提交 f79e3738 编写于 作者: S Simon Fels

scripts: use 18.04 as our new build environment

上级 51840062
...@@ -81,7 +81,7 @@ system: ...@@ -81,7 +81,7 @@ system:
* libsdl2 * libsdl2
* libprotobuf * libprotobuf
* protobuf-compiler * protobuf-compiler
* lxc * lxc (>= 3.0)
On an Ubuntu system you can install all build dependencies with the following On an Ubuntu system you can install all build dependencies with the following
command: command:
...@@ -95,7 +95,7 @@ $ sudo apt install build-essential cmake cmake-data debhelper dbus google-mock \ ...@@ -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 \ libproperties-cpp-dev libprotobuf-dev libsdl2-dev libsdl2-image-dev lxc-dev \
pkg-config protobuf-compiler 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 ### Build
......
#!/bin/sh #!/bin/sh
docker pull ubuntu:16.04 docker pull ubuntu:18.04
docker run -i -t -v $PWD:/anbox ubuntu:16.04 /anbox/scripts/clean-build.sh docker run -i -t -v $PWD:/anbox ubuntu:18.04 /anbox/scripts/clean-build.sh
...@@ -21,7 +21,6 @@ apt-get install -qq -y \ ...@@ -21,7 +21,6 @@ apt-get install -qq -y \
libboost-test-dev \ libboost-test-dev \
libboost-thread-dev \ libboost-thread-dev \
libcap-dev \ libcap-dev \
libdbus-cpp-dev \
libegl1-mesa-dev \ libegl1-mesa-dev \
libgles2-mesa-dev \ libgles2-mesa-dev \
libglib2.0-dev \ libglib2.0-dev \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册