Confirmed users, Bureaucrats and Sysops emeriti
722
edits
GavinSharp (talk | contribs) |
|||
Line 57: | Line 57: | ||
If you did the above in a [[Maemo_Build_Instructions|Maemo Scratchbox]] for the CHINOOK_ARMEL target, you can run the build on the N800/N810 device. | If you did the above in a [[Maemo_Build_Instructions|Maemo Scratchbox]] for the CHINOOK_ARMEL target, you can run the build on the N800/N810 device. | ||
Create | Create a Fennec tarball: | ||
<code><pre> | <code><pre> | ||
cd ../mobilebase | cd ../mobilebase/mobile/ | ||
make package | make package | ||
</pre></code> | </pre></code> | ||
You'll now have | You'll now have a tarball in mobilebase/mobile/dist/ named fennec-0.3.en-US.linux-arm.tar.bz2. Copy it to your device (you'll probably want to run bunzip2 on it first, since Maemo doesn't include it). | ||
Extract and launch from a command line (X Terminal) on the device: | Extract and launch from a command line (X Terminal) on the device: | ||
<code><pre> | <code><pre> | ||
$ tar xf fennec-0.3.en-US.linux-arm.tar | |||
$ tar xf fennec-0.3.en-US.linux-arm.tar | $ cd fennec | ||
$ cd | $ ./fennec | ||
$ | |||
</pre></code> | </pre></code> | ||