View Single Post
Posts: 355 | Thanked: 566 times | Joined on Nov 2009 @ Redstone Canyon, Colorado
#19
Here's the latest with xulrunner 1.9.2:
http://ftp.mozilla.org/pub/mozilla.o...1.9.2/?C=M;O=D

Grab the xulrunner and fennec .deb files and install them with dpkg. For example the latest builds as of today (using wget to download--you can use whatever):

Code:
wget \
 http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mobile-1.9.2/xulrunner_1.9.2b6pre-20091229010603_armel.deb

wget \
 http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-mobile-1.9.2/fennec_1.0b6pre_armel.deb
Then install thusly:
Code:
sudo gainroot

dpkg -i fennec_1.0b6pre_armel.deb \
 xulrunner_1.9.2b6pre-20091229010603_armel.deb
OR, you can grab the super dooper latest one based on "trunk" which is even more alpha. It is available here:

http://ftp.mozilla.org/pub/mozilla.o...trunk/?C=M;O=D

There grab the *_armel.deb of xulrunner and fennec as well, and install similar to above with dpkg.

Note: I am downloading these files now, I haven't installed or tested them yet.