Confirmed users
180
edits
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
apt-get update | apt-get update | ||
apt-get install g++-arm-linux-gnueabi build-essential pkg-config unzip zip autoconf2.13 | apt-get install g++-arm-linux-gnueabi build-essential pkg-config unzip zip autoconf2.13 | ||
# Install main Mozilla B2G Honk port base dependencies | |||
apt-get install libfreetype6-dev:armel libfontconfig1-dev:armel libasound-dev:armel | |||
# This part is basically enough to build honk (plain linux gecko port ab be able to run it on Framebuffer or SGX EGL fb context) | |||
cd mozilla-central | |||
MOZCONFIG=$(pwd)/.hg/patches/mozconfig.cross.oneiric-honk make -f client.mk build_all | |||
# Install main Mozilla Qt port dependencies | # Install main Mozilla Qt port dependencies | ||