Skip to content

How to compile the source code with Ubuntu

ccc edited this page Apr 30, 2019 · 3 revisions

Mainly it can refer to the page Compile Firmware from source using Ubuntu to install the extra software packages.

To build the source code, several more packages needs to be installed:

sudo apt-get install bc lzip xmlto libmpc-dev antlr3

And libmpc.so need be re-linked for the compilers with Ubuntu 16.0.4:

sudo ln -s libmpc.so.3.0.0 /usr/lib/x86_64-linux-gnu/libmpc.so.2
Clone this wiki locally