canmove, Confirmed users
1,584
edits
No edit summary |
(→Maemo) |
||
Line 78: | Line 78: | ||
Create a Fennec tarball: | Create a Fennec tarball: | ||
cd ../mobilebase/mobile/ | |||
cd ../mobilebase/mobile/ | make package | ||
make package | |||
You'll now have a tarball in mobilebase/mobile/dist/ named fennec- | You'll now have a tarball in mobilebase/mobile/dist/ named fennec-1.1b2pre.en-US.linux-arm.tar.bz2. (you'll probably want to run bunzip2 on it first, since Maemo doesn't include it): | ||
cd dist | |||
bunzip2 fennec-*.tar.bz2 | |||
Connect your N900 to your computer in USB Mass Storage mode and copy the tarball to it, then unmount it and disconnect. You can drag it in the file manager, or run something like this command: | |||
cp fennec-*.tar "/media/Nokia N900" | |||
umount "/media/Nokia N900" | |||
Extract and launch from a command line (X Terminal) on the device: | Extract and launch from a command line (X Terminal) on the device: | ||
# Run this outside of the MyDocs directory, which is mounted noexec: | |||
tar | tar xvf MyDocs/fennec-*.tar | ||
./fennec/fennec | |||
./fennec | |||
==Building Fennec with the Gecko SDK== | ==Building Fennec with the Gecko SDK== |