readme: tip to build with GCC 5.x
This commit is contained in:
parent
5fd932afe6
commit
bf78c89ca7
1 changed files with 6 additions and 0 deletions
|
|
@ -100,6 +100,8 @@ Untested but likely to work:
|
|||
|
||||
## Build from source
|
||||
|
||||
### Requirements
|
||||
|
||||
To build the Anbox runtime itself there is nothing special to know. We're using
|
||||
cmake as build system. A few build dependencies need to be present on your host
|
||||
system:
|
||||
|
|
@ -136,6 +138,10 @@ $ 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.
|
||||
|
||||
|
||||
### Build
|
||||
|
||||
Afterwards you can build Anbox with
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue