Confirmed users
180
edits
No edit summary |
No edit summary |
||
| Line 41: | Line 41: | ||
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 | ||
# Finally, we need to create a symlink for pkg-config: | |||
cd /usr/bin | |||
ln -s /usr/share/pkg-config-crosswrapper arm-linux-gnueabi-pkg-config | |||
# Install main Mozilla B2G Honk port base dependencies | # Install main Mozilla B2G Honk port base dependencies | ||
| Line 60: | Line 65: | ||
# make sure that required build libraries are still in the system | # make sure that required build libraries are still in the system | ||
apt-get install pkg-config unzip zip autoconf2.13 libglib2.0-dev | apt-get install pkg-config unzip zip autoconf2.13 libglib2.0-dev | ||
# XXX Minor trick in order to get host version of qt moc/rcc | # XXX Minor trick in order to get host version of qt moc/rcc | ||