Confirmed users
180
edits
(Created page with "= Build Qt5 Mozilla for Raspberry Pi = == Prepare multiarch chroot == <pre> sudo apt-get install debootstrap export CHROOTPATH=$HOME/squeezeRP export CHROOTPREFIX=sqrp sudo deb...") |
|||
| Line 151: | Line 151: | ||
wget http://romaxa.info/raspberrypi/mozconfig | wget http://romaxa.info/raspberrypi/mozconfig | ||
# Minimal build patch queue | # Minimal build patch queue, (hope will be 0 soon) | ||
hg clone http://hg.mozilla.org/users/romaxa_gmail.com/rmxmq .hg/patches | hg clone http://hg.mozilla.org/users/romaxa_gmail.com/rmxmq .hg/patches | ||
hg update -C `cat .hg/patches/changeset` | |||
hg qpush -a | hg qpush -a | ||