Anbox 编译:
1. 编译环境(ubuntu 16.04)
sudo apt install build-essential cmake cmake-data debhelper dbus google-mock \
libboost-dev libboost-filesystem-dev libboost-log-dev libboost-iostreams-dev \
libboost-program-options-dev libboost-system-dev libboost-test-dev \
libboost-thread-dev libcap-dev libsystemd-dev libegl1-mesa-dev \
libgles2-mesa-dev libglm-dev libgtest-dev liblxc1 \
libproperties-cpp-dev libprotobuf-dev libsdl2-dev libsdl2-image-dev lxc-dev \
pkg-config protobuf-compiler
2. 下载源码
## 内核模块(内核驱动编译加载见https://github.com/anbox/anbox-modules)
git clone https://github.com/anbox/anbox-modules.git
## 应用模块
git clone https://g