Mozilla Firefox: Difference between revisions
Simon Smith (talk | contribs) (Added application template. Fixed list numbering. Added –es) |
Simon Smith (talk | contribs) (Added application template. Fixed list numbering. Added –es) |
||
Line 33: | Line 33: | ||
# Open the Mozilla directory |
# Open the Mozilla directory |
||
# Create a sub-directory called ''Default'' in the ''Mozilla'' directory |
# Create a sub-directory called ''Default'' in the ''Mozilla'' directory |
||
# Load your favourite [[Text |
# Load your favourite [[Text Editor]] |
||
# Enter the following text '''exactly as shown''':<br><code>[General]<br>StartWithLastProfile=1<br>[Profile0]<br>Name=default<br>IsRelative=1<br>Path=Default</code> |
# Enter the following text '''exactly as shown''':<br><code>[General]<br>StartWithLastProfile=1<br>[Profile0]<br>Name=default<br>IsRelative=1<br>Path=Default</code> |
||
# Save the file as ''profiles/ini'' inside the ''Mozilla'' directory |
# Save the file as ''profiles/ini'' inside the ''Mozilla'' directory |
Revision as of 12:27, 15 October 2007
Firefox | |
Icon: | |
---|---|
Maintained by: | {{{maintainer}}} |
Description: | This is a port of the Firefox web browser for RISC OS. |
OS Restrictions: | Not RISC PC or earlier |
Languages: | {{{languages}}} |
Alternatives: | NetSurf, Oregano |
Website: | http://www.riscos.info/unix/firefox/ |
Versions
Currently, versions 1.5 and 2 have been released - development is dependent on ongoing financial contributions.
Firefox can be downloaded from the Firefox port page.
Mozilla Firefox 2 Downloads
- Firefox 2 for RISC OS Release 2. For IYONIX, A9home, Omega. This will not work on RiscPCs. It may work on VirtualRPC.
- Firefox 2 for RISC OS Release 1. For IYONIX only.
Previous releases
Version 1.5 releases for all RISC OS machines (RISC OS 4 onwards) are still available, however there may be stability issues on some machines. Most users will find performance unacceptably slow on sub-300MHz machines.
Installing and using Firefox 2
Some users may experience difficulty in running Firefox for the first time, so here is a quick guide to get you going.
First make sure you have downloaded all the necessary parts. As well as the Firefox application you will also need:
- Tinct – A module that provides applications with support for high speed sprite plotting and image enhancement
- SharedUnixLibrary – A library of files required by many applications originating on the Unix platform
- ELFLoader – An object loader for elves
Setting up Choices
After checking you have all the necessary modules in the right place (ELFLoader can be put in <Choices$Write>.Boot.Predesk) you'll need to set up the Choices file for Firefox, as the current application fails to do this correctly (version 2r2):
- Press CTRL+F12 to bring up a taskwindow
- Enter: Filer_OpenDir <Choices$Write>
- In the window that appears, look for a directory called Mozilla. If it isn't there, create it
- Open the Mozilla directory
- Create a sub-directory called Default in the Mozilla directory
- Load your favourite Text Editor
- Enter the following text exactly as shown:
[General]
StartWithLastProfile=1
[Profile0]
Name=default
IsRelative=1
Path=Default - Save the file as profiles/ini inside the Mozilla directory
- Run Firefox2 for the first time!
Building Firefox from source
The best place to start is building Firefox 1.5, whose patches are already integrated in the GCCSDK autobuilder. The differences between Firefox 1.5 and Firefox 2 are mostly upstream changes. You'll need access to a Unix machine (or possibly Windows, though this is less well tested) since the build process makes use of tools which aren't available on RISC OS.
To begin, follow the Using GCCSDK tutorial.