~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/xpinstall/wizard/unix/src2/README

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
====================================================
 
2
 
 
3
                 Mozilla Read Me
 
4
 
 
5
====================================================
 
6
 
 
7
Mozilla is subject to the terms detailed in the license agreement accompanying it.
 
8
 
 
9
This Read Me file contains information about system requirements and installation instructions for the Linux builds of Mozilla. 
 
10
 
 
11
For more info on Mozilla, see www.mozilla.org. To submit bugs or other feedback, see the Navigator QA menu and check out Bugzilla at http://bugzilla.mozilla.org/ for links to known bugs, bug-writing guidelines, and more. You can also get help with Bugzilla by pointing your IRC client to #mozillazine at irc.mozilla.org.
 
12
 
 
13
 
 
14
====================================================
 
15
 
 
16
                 Getting Mozilla
 
17
 
 
18
====================================================
 
19
 
 
20
You can download nightly builds of Mozilla from the Mozilla.org FTP site at
 
21
 
 
22
  http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/
 
23
 
 
24
For the very latest builds, see
 
25
 
 
26
  http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/
 
27
 
 
28
Keep in mind that nightly builds, which are used by Mozilla.org developers for testing, may be buggy. If you are looking for a more polished version of Mozilla, Mozilla.org releases Milestone builds of Mozilla every six weeks or so that you can download from
 
29
 
 
30
  http://www.mozilla.org/releases/
 
31
 
 
32
Be sure to read the Mozilla release notes for information on known problems and installation issues with Mozilla.  The release notes can be found at the preceding URL along with the milestone releases themselves.
 
33
 
 
34
Note: Please use Talkback builds whenever possible. These builds allow transmission of crash data back to Mozilla developers, improved crash analysis, and posting of crash information to our crash-data newsgroup.
 
35
 
 
36
 
 
37
====================================================
 
38
 
 
39
               System Requirements
 
40
 
 
41
====================================================
 
42
 
 
43
-The following library versions (or compatible) are required: glibc 2.2.4, XFree86 3.3.x, GTK 1.2.x, Glib 1.2.x, Libstdc++ 2.9.0. Red Hat Linux 7.0, Debian 3.0, and SuSE 7.3 (or later) installations should work.
 
44
-Intel Pentium-class 233 MHz (or faster) processor
 
45
-64MB RAM
 
46
-26MB free hard disk space
 
47
 
 
48
 
 
49
====================================================
 
50
 
 
51
            Installation Instructions
 
52
 
 
53
====================================================
 
54
 
 
55
Note that the installation instructions use the bash shell. If you're not using bash, adjust the commands accordingly.
 
56
 
 
57
Install into a clean (new) directory.  Installing on top of previously released builds may cause problems.
 
58
 
 
59
Note: These instructions do not tell you how to build Mozilla.  For info on building the Mozilla source, see
 
60
 
 
61
  http://www.mozilla.org/source.html
 
62
 
 
63
 
 
64
Installation Instructions
 
65
-------------------------------
 
66
 
 
67
Note: If you install in the default directory (which is usually /usr/local/mozilla), or any other directory where only the root user normally has write-access, you must start Mozilla first as root before other users can start the program. Doing so generates a set of files required for later use by other users.  However, do not use sudo to run the installer as root because that can damage your profile.
 
68
 
 
69
 
 
70
To install Mozilla by downloading the Mozilla installer, follow these steps:
 
71
 
 
72
1. Create a directory named mozilla (mkdir mozilla) and change to that directory (cd mozilla).
 
73
        
 
74
2. Click the link on the site you're downloading Mozilla from to download the installer file (called mozilla-i686-pc-linux-gnu-installer.tar.gz) to your machine.
 
75
 
 
76
3. Change to the mozilla directory (cd mozilla) and decompress the archive with the following command:
 
77
 
 
78
  tar zxvf moz*.tar.gz
 
79
 
 
80
The installer is now located in a subdirectory of Mozilla named mozilla-installer.
 
81
 
 
82
4. Change to the mozilla-installer directory (cd mozilla-installer) and run the installer with the ./mozilla-installer command.
 
83
 
 
84
5. Follow the instructions in the install wizard for installing Mozilla.
 
85
 
 
86
Note: If you have a slower machine, be aware that the installation may take some time. In this case, the installation progress may appear to hang indefinitely, even though the installation is still in process.
 
87
 
 
88
6. To start Mozilla, change to the directory where you installed it and run the ./mozilla command.
 
89
 
 
90
 
 
91
To install Mozilla by downloading the tar.gz file:
 
92
 
 
93
1. Create a directory named "mozilla" (mkdir mozilla) and change to that directory (cd mozilla).
 
94
 
 
95
2. Click the link on the site you're downloading Mozilla from to download the non-installer (mozilla*.tar.gz) file into the mozilla directory.
 
96
 
 
97
3. Change to the mozilla directory (cd mozilla) and decompress the file with the following command:
 
98
 
 
99
  tar zxvf moz*.tar.gz
 
100
        
 
101
This creates a "mozilla" directory under your mozilla directory. 
 
102
 
 
103
4. Change to the mozilla directory (cd mozilla). 
 
104
 
 
105
5. Run Mozilla with the following run script: 
 
106
 
 
107
  ./mozilla
 
108
 
 
109
 
 
110
To hook up Mozilla complete with icon to the GNOME Panel, follow these steps:
 
111
 
 
112
1. Click the GNOME Main Menu button, open the Panel menu, and then open the Add to Panel submenu and choose Launcher.
 
113
 
 
114
2. Right-click the icon for Mozilla on the Panel and enter the following command:
 
115
  directory_name./mozilla
 
116
 
 
117
where directory_name is the name of the directory you downloaded mozilla to. For example, the default directory that Mozilla suggests is /usr/local/mozilla.
 
118
 
 
119
3. Type in a name for the icon, and type in a comment if you wish.
 
120
 
 
121
4. Click the icon button and type in the following as the icon's location:
 
122
 
 
123
  directory_name/icons/mozicon50.xpm
 
124
 
 
125
where directory name is the directory where you installed Mozilla. For example, the default directory is /usr/local/mozilla/icons/mozicon50.xpm.