зеркало из https://github.com/mozilla/pjs.git
bug 299812 - Add correctly branded README.txt files into SeaMonkey packages, r+sr=Neil a=asa
This commit is contained in:
Родитель
883690684c
Коммит
d588970f16
|
@ -47,4 +47,21 @@ DIRS = \
|
|||
components \
|
||||
$(NULL)
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
README_FILE = $(call EXPAND_LOCALE_SRCDIR,suite/locales)/installer/mac/README.txt
|
||||
else
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
README_FILE = $(call EXPAND_LOCALE_SRCDIR,suite/locales)/installer/os2/README.txt
|
||||
else
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
README_FILE = $(call EXPAND_LOCALE_SRCDIR,suite/locales)/installer/windows/README.txt
|
||||
else
|
||||
README_FILE = $(call EXPAND_LOCALE_SRCDIR,suite/locales)/installer/unix/README
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
libs::
|
||||
$(INSTALL) $(README_FILE) $(DIST)/bin
|
||||
|
|
|
@ -0,0 +1,122 @@
|
|||
==========================================================================
|
||||
|
||||
= = = = = = = = = = = = = SeaMonkey Read Me = = = = = = = = = = = = = =
|
||||
|
||||
==========================================================================
|
||||
|
||||
SeaMonkey is subject to the terms detailed in the license agreement
|
||||
accompanying it.
|
||||
|
||||
This Read Me file contains information about system requirements and
|
||||
installation instructions for the Mac OS builds of SeaMonkey.
|
||||
|
||||
For more info on SeaMonkey, see http://www.mozilla.org/projects/seamonkey/
|
||||
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.
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
Getting SeaMonkey
|
||||
|
||||
==========================================================================
|
||||
|
||||
You can download nightly builds of SeaMonkey from the mozilla.org FTP site
|
||||
at
|
||||
|
||||
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/
|
||||
|
||||
For the very latest builds, see
|
||||
|
||||
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-trunk/
|
||||
|
||||
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 SeaMonkey, the SeaMonkey project releases builds of SeaMonkey regularly
|
||||
that you can download from
|
||||
|
||||
http://www.mozilla.org/projects/seamonkey/
|
||||
|
||||
Be sure to read the SeaMonkey release notes for information on known
|
||||
problems and installation issues with SeaMonkey. The release notes can be
|
||||
found at the preceding URL along with the releases themselves.
|
||||
|
||||
Note: Please use Talkback builds whenever possible. These builds allow
|
||||
transmission of crash data back to SeaMonkey and Mozilla developers,
|
||||
improved crash analysis, and posting of crash information to our
|
||||
crash-data newsgroup.
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
System Requirements
|
||||
|
||||
==========================================================================
|
||||
|
||||
* General
|
||||
|
||||
If you want to view and use the "Modern" theme, your display monitor
|
||||
should be set to display thousands of colors. For users who cannot set
|
||||
their displays to use more than 256 colors, the SeaMonkey project
|
||||
recommends using the "Classic" theme for SeaMonkey.
|
||||
|
||||
To select the Modern theme after you have installed SeaMonkey, from the
|
||||
Navigator browser, open the View menu, and then open then open the
|
||||
Apply Theme submenu and choose Modern.
|
||||
|
||||
* Mac OS
|
||||
|
||||
- Mac OS X 10.2 or later
|
||||
- PowerPC processor (266 MHz or faster recommended)
|
||||
- 64 MB RAM
|
||||
- 36 MB of free hard disk space
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
Installation Instructions
|
||||
|
||||
==========================================================================
|
||||
|
||||
It is strongly recommended that you exit all programs before running the
|
||||
setup program. Also, you should temporarily disable virus-detection
|
||||
software.
|
||||
|
||||
Install into a clean (new) directory. Installing on top of previously
|
||||
released builds may cause problems.
|
||||
|
||||
Note: These instructions do not tell you how to build SeaMonkey.
|
||||
For info on building SeaMonkey from the mozilla.org source code, see
|
||||
|
||||
http://www.mozilla.org/build/
|
||||
|
||||
Mac OS X Installation Instructions
|
||||
----------------------------------
|
||||
|
||||
To install Mozilla by downloading the Mozilla disk image,
|
||||
follow these steps:
|
||||
|
||||
1. Click the link to seamonkey-x.xx.en-US.mac.dmg (or similar file
|
||||
name) to download tt to your machine. By default, the download
|
||||
file is downloaded to your desktop.
|
||||
|
||||
2. Once you have downloaded the .dmg file, if the disk image doesn't
|
||||
mount automatically, double-click on the .dmg file to mount it. If
|
||||
that fails, and the file does not look like a disk image file, do a
|
||||
"Show Info" on the file, and, in the "Open with application"
|
||||
category, choose Disk Copy. You can also use "Open with" from the
|
||||
context menu.
|
||||
|
||||
3. Once the disk image mounts, open it, and drag the SeaLonkey icon
|
||||
onto your hard disk.
|
||||
|
||||
4. We recommend that you copy it to the Applications folder.
|
||||
|
||||
5. Now Eject the disk image.
|
||||
|
||||
6. If you like, you can drag SeaMonkey to your dock to have it easily
|
||||
accessible at all times. You might also wish to select SeaMonkey as
|
||||
your default browser in the Internet system preferences pane (under
|
||||
the Web tab).
|
|
@ -0,0 +1,275 @@
|
|||
==========================================================================
|
||||
|
||||
= = = = = = = = = = = = = SeaMonkey Read Me = = = = = = = = = = = = = =
|
||||
|
||||
==========================================================================
|
||||
|
||||
SeaMonkey is subject to the terms detailed in the license agreement
|
||||
accompanying it.
|
||||
|
||||
This Read Me file contains information about system requirements and
|
||||
installation instructions for the OS/2 builds of SeaMonkey.
|
||||
|
||||
For more info on SeaMonkey, see http://www.mozilla.org/projects/seamonkey/
|
||||
For more info on the OS/2 port see http://www.mozilla.org/ports/os2. 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, OS/2 specific
|
||||
problems are discussed in #warpzilla and in the newsgroup
|
||||
netscape.public.mozilla.os2 on news.mozilla.org and other newsservers.
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
Getting SeaMonkey
|
||||
|
||||
==========================================================================
|
||||
|
||||
You can download OS/2 nightly builds of SeaMonkey from the mozilla.org FTP
|
||||
site at
|
||||
|
||||
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/contrib/
|
||||
|
||||
For the very latest builds, see
|
||||
|
||||
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/contrib/latest-trunk/
|
||||
|
||||
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 SeaMonkey, the SeaMonkey project releases builds of SeaMonkey regularly
|
||||
that you can download from
|
||||
|
||||
http://www.mozilla.org/projects/seamonkey/
|
||||
|
||||
Be sure to read the SeaMonkey release notes for information on known
|
||||
problems and installation issues with SeaMonkey. The release notes can be
|
||||
found at the preceding URL along with the releases themselves.
|
||||
|
||||
Note: Please use Talkback builds whenever possible. These builds allow
|
||||
transmission of crash data back to SeaMonkey and Mozilla developers,
|
||||
improved crash analysis, and posting of crash information to our
|
||||
crash-data newsgroup.
|
||||
|
||||
OS/2 releases are not created by SeaMonkey project or mozilla.org
|
||||
themselves and may appear on the page http://www.mozilla.org/ports/os2
|
||||
before the releases page. Be sure to read the SeaMonkey release notes
|
||||
linked on the releases page for information on known problems and
|
||||
installation issues with SeaMonkey.
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
System Requirements
|
||||
|
||||
==========================================================================
|
||||
|
||||
* General
|
||||
|
||||
If you want to view and use the "Modern" theme, your display monitor
|
||||
should be set to display thousands of colors. For users who cannot set
|
||||
their displays to use more than 256 colors, the SeaMonkey project
|
||||
recommends using the "Classic" theme for SeaMonkey.
|
||||
|
||||
To select the Modern theme after you have installed SeaMonkey, from the
|
||||
Navigator browser, open the View menu, and then open then open the
|
||||
Apply Theme submenu and choose Modern.
|
||||
|
||||
* OS/2
|
||||
- This release requires updated C runtime DLLs (libc-0.5.1) from
|
||||
http://www.innotek.de/products/gccos2/download/gccos2download_e.html
|
||||
in order to run. By default the installation routine places them in
|
||||
\OS2\DLL on your bootdrive, but you can put them in the same
|
||||
directory as SeaMonkey's executable, or somewhere else in your
|
||||
LIBPATH. The SeaMonkey installer will not install the C runtime DLLs
|
||||
for you but requires them to run.
|
||||
|
||||
- Minimum hardware requirements
|
||||
+ Pentium class processor
|
||||
+ 64 MiB RAM plus 64 MiB free swap space
|
||||
+ 35 MiB free harddisk space for installation
|
||||
plus storage space for disk cache and mail
|
||||
|
||||
- Recommended hardware for acceptable performance
|
||||
+ 500 MHz processor
|
||||
+ 256 MiB RAM plus 64 MiB free swap space
|
||||
NOTE: SeaMonkey's performance and stability increases the more
|
||||
physical RAM is available. Especially for long browsing and IRC
|
||||
sessions 512 MiB of memory is recommended.
|
||||
|
||||
- Software requirements
|
||||
+ Installation on a file system supporting long file names
|
||||
(i.e. HPFS or JFS but not FAT)
|
||||
+ OS/2 Warp 4 with Fixpack 15 or later
|
||||
+ MPTS version 5.3
|
||||
+ TCP/IP version 4.1
|
||||
+ INETVER: SOCKETS.SYS=5.3007, AFOS2.SYS=5.3001, AFINET.SYS=5.3006
|
||||
NOTE: Do not attempt to use MPTS & TCP/IP versions below these
|
||||
INETVER levels. Although SeaMonkey may seem to start and run
|
||||
normally with older stacks, some features SeaMonkey needs are not
|
||||
implemented correctly in older MPTS versions, which may result in
|
||||
crashes and data loss.
|
||||
|
||||
+ Convenience Pack 2 or eComStation 1.0 or later meet these requirements
|
||||
out of the box.
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
Installation Instructions
|
||||
|
||||
==========================================================================
|
||||
|
||||
It is strongly recommended that you exit all programs before running the
|
||||
setup program. Also, you should temporarily disable virus-detection
|
||||
software.
|
||||
|
||||
Install into a clean (new) directory. Installing on top of previously
|
||||
released builds may cause problems.
|
||||
|
||||
Note: These instructions do not tell you how to build SeaMonkey.
|
||||
For info on building SeaMonkey from the mozilla.org source code, see
|
||||
|
||||
http://www.mozilla.org/build/
|
||||
|
||||
|
||||
OS/2 Installation Instructions
|
||||
------------------------------
|
||||
|
||||
To install SeaMonkey by downloading the SeaMonkey installer, follow
|
||||
these steps:
|
||||
|
||||
1. Click the "Installer" link on the site you're downloading SeaMonkey
|
||||
from to download the installer file to your machine. This file is
|
||||
typically called seamonkey-x.xx.en-US.os2.installer.exe where the
|
||||
"x.xx" is replaced by the SeaMonkey version.
|
||||
|
||||
2. Navigate to where you downloaded the file, make sure that the C
|
||||
library DLLs are copied to the same directory or installed in the
|
||||
LIBPATH, and double-click on the the SeaMonkey installer object to
|
||||
start the Setup program.
|
||||
|
||||
3. Follow the on-screen instructions in the setup program. The program
|
||||
automatically ends any running SeaMonkey sessions and creates a
|
||||
SeaMonkey folder on the Desktop. To start SeaMonkey the first time,
|
||||
again make sure that the C library DLLs are copied to the
|
||||
installation directory or installed in the LIBPATH and then
|
||||
double-click the SeaMonkey program object inside this folder.
|
||||
|
||||
To install SeaMonkey by downloading the .zip file and installing
|
||||
manually, follow these steps:
|
||||
|
||||
1. Click the "Zip" link on the site you're downloading SeaMonkey from
|
||||
to download the ZIP package to your machine. This file is typically
|
||||
called seamonkey-x.xx.en-US.os2-emx-i386.zip where the "x.xx" is
|
||||
replaced by the SeaMonkey version.
|
||||
|
||||
2. Navigate to where you downloaded the file and unpack it using your
|
||||
favorite unzip tool.
|
||||
|
||||
3. Keep in mind that the unzip process creates a directory "seamonkey"
|
||||
below the location you point it to, i.e.
|
||||
unzip mozilla-os2-1.7.5.zip -d c:\seamonkey-1.7.5
|
||||
will unpack SeaMonkey into c:\seamonkey-1.7.5\seamonkey.
|
||||
|
||||
4. Make sure that you are _not_ unpacking over an old installation.
|
||||
This is known to cause problems.
|
||||
|
||||
5. To start SeaMonkey, navigate to the directory you extracted
|
||||
SeaMonkey to, make sure that the C library DLLs are copied to the
|
||||
installation directory or installed in the LIBPATH, and then
|
||||
double-click the seamonkey.exe object.
|
||||
|
||||
|
||||
Running multiple versions of SeaMonkey concurrently
|
||||
-------------------------------------------------
|
||||
|
||||
Because various members of the Mozilla family (i.e. SeaMonkey, Mozilla,
|
||||
Firefox, Thunderbird, IBM Web Browser) may use different, incompatible
|
||||
versions of the same DLL, some extra steps may be required to run them
|
||||
concurrently.
|
||||
|
||||
One workaround is the LIBPATHSTRICT variable. To run Mozilla-based
|
||||
applications one can create a CMD script like the following example
|
||||
(where an installation of SeaMonkey exists in the directory
|
||||
d:\internet\seamonkey is assumed):
|
||||
|
||||
set LIBPATHSTRICT=T
|
||||
rem The next line may be needed when a different Mozilla program is listed in LIBPATH
|
||||
rem set BEGINLIBPATH=d:\internet\seamonkey
|
||||
rem The next line is only needed to run two versions of the same program
|
||||
rem set MOZ_NO_REMOTE=1
|
||||
d:
|
||||
cd d:\internet\seamonkey
|
||||
seamonkey.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
Similarly, one can create a program object to start SeaMonkey using the
|
||||
following settings:
|
||||
|
||||
Path and file name: *
|
||||
Parameters: /c set LIBPATHSTRICT=T & .\seamonkey.exe "%*"
|
||||
Working directory: d:\internet\seamonkey
|
||||
|
||||
(One might need to add MOZ_NO_REMOTE and/or BEGINLIBPATH as in the CMD
|
||||
script above depending on the system configuration.)
|
||||
|
||||
Finally, the simplest method is to use the Run! utility by Rich Walsh that
|
||||
can be found in the Hobbes Software Archive:
|
||||
|
||||
http://hobbes.nmsu.edu/cgi-bin/h-search?key=Run!
|
||||
|
||||
Read its documentation for more information.
|
||||
|
||||
|
||||
Separating profiles from installation directory
|
||||
-----------------------------------------------
|
||||
|
||||
To separate the locations of the user profile(s) (containing the bookmarks
|
||||
and all customizations) from the installation directory to keep your
|
||||
preferences in the case of an update even when using ZIP packages, set the
|
||||
variable MOZILLA_HOME to a directory of your choice. You can do this
|
||||
either in Config.sys or in a script or using a program object as listed
|
||||
above. If you add
|
||||
|
||||
set MOZILLA_HOME=f:\Data
|
||||
|
||||
the user profile(s) will be created in "f:\Data\Mozilla\Profiles".
|
||||
|
||||
|
||||
Other important environment variables
|
||||
-------------------------------------
|
||||
|
||||
There are a few enviroment variables that can be used to control special
|
||||
behavior of SeaMonkey on OS/2:
|
||||
|
||||
- set NSPR_OS2_NO_HIRES_TIMER=1
|
||||
This causes SeaMonkey not to use OS/2's high resolution timer. Set this
|
||||
if other applications using the high resolution timer (multimedia apps)
|
||||
act strangely.
|
||||
|
||||
- set MOZILLA_USE_EXTENDED_FT2LIB=T
|
||||
If you have the Innotek Font Engine installed this variable enables
|
||||
special functions in SeaMonkey to handle unicode characters.
|
||||
|
||||
- set MOZ_NO_REMOTE=1
|
||||
Use this to run two instances of SeaMonkey simultaneously (e.g. debug
|
||||
and optimized version).
|
||||
|
||||
Find more information on this topic and other tips on
|
||||
http://www.os2bbs.com/os2news/Warpzilla.html
|
||||
|
||||
|
||||
Known Problems of the OS/2 version
|
||||
----------------------------------
|
||||
|
||||
Cross-platform problems are usually listed in the release notes of each
|
||||
milestone release.
|
||||
|
||||
- Bug 167884, "100% CPU load when viewing site [tiling transparent PNG]":
|
||||
https://bugzilla.mozilla.org/show_bug.cgi?id=167884
|
||||
On OS/2, SeaMonkey is known to have very slow performance on websites that
|
||||
use small, repeated images with transparency for their layout.
|
||||
|
||||
Other known problems can be found by following the link "Current Open
|
||||
Warpzilla Bugs" on the OS/2 Mozilla page
|
||||
<http://www.mozilla.org/ports/os2/>.
|
|
@ -0,0 +1,135 @@
|
|||
====================================================
|
||||
|
||||
SeaMonkey Read Me
|
||||
|
||||
====================================================
|
||||
|
||||
SeaMonkey is subject to the terms detailed in the license agreement accompanying it.
|
||||
|
||||
This Read Me file contains information about system requirements and installation instructions for the Linux builds of SeaMonkey.
|
||||
|
||||
For more info on SeaMonkey, see http://www.mozilla.org/projects/seamonkey/. 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.
|
||||
|
||||
|
||||
====================================================
|
||||
|
||||
Getting SeaMonkey
|
||||
|
||||
====================================================
|
||||
|
||||
You can download nightly builds of SeaMonkey from the mozilla.org FTP site at
|
||||
|
||||
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/
|
||||
|
||||
For the very latest builds, see
|
||||
|
||||
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-trunk/
|
||||
|
||||
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 SeaMonkey, the SeaMonkey project releases builds of SeaMonkey regularly that you can download from
|
||||
|
||||
http://www.mozilla.org/projects/seamonkey/
|
||||
|
||||
Be sure to read the SeaMonkey release notes for information on known problems and installation issues with SeaMonkey. The release notes can be found at the preceding URL along with the releases themselves.
|
||||
|
||||
Note: Please use Talkback builds whenever possible. These builds allow transmission of crash data back to SeaMonkey and Mozilla developers, improved crash analysis, and posting of crash information to our crash-data newsgroup.
|
||||
|
||||
|
||||
====================================================
|
||||
|
||||
System Requirements
|
||||
|
||||
====================================================
|
||||
|
||||
* General
|
||||
|
||||
If you want to view and use the "Modern" theme, your display monitor should be set to display thousands of colors. For users who cannot set their displays to use more than 256 colors, the SeaMonkey project recommends using the "Classic" theme for SeaMonkey.
|
||||
|
||||
To select the Modern theme after you have installed SeaMonkey, from the Navigator browser, open the View menu, and then open then open the Apply Theme submenu and choose Modern.
|
||||
|
||||
* Linux
|
||||
|
||||
- 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.
|
||||
- Intel Pentium-class 233 MHz (or faster) processor
|
||||
- 64MB RAM
|
||||
- 26MB free hard disk space
|
||||
|
||||
|
||||
====================================================
|
||||
|
||||
Installation Instructions
|
||||
|
||||
====================================================
|
||||
|
||||
Note that the installation instructions use the bash shell. If you're not using bash, adjust the commands accordingly.
|
||||
|
||||
Install into a clean (new) directory. Installing on top of previously released builds may cause problems.
|
||||
|
||||
Note: These instructions do not tell you how to build SeaMonkey. For info on building SeaMonkey from the mozilla.org source code, see
|
||||
|
||||
http://www.mozilla.org/source.html
|
||||
|
||||
|
||||
Installation Instructions
|
||||
-------------------------------
|
||||
|
||||
Note: If you install in the default directory (which is usually /usr/local/seamonkey), or any other directory where only the root user normally has write-access, you must start SeaMonkey 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.
|
||||
|
||||
|
||||
To install SeaMonkey by downloading the SeaMonkey installer, follow these steps:
|
||||
|
||||
1. Create a directory named seamonkey (mkdir seamonkey) and change to that directory (cd seamonkey).
|
||||
|
||||
2. Click the link on the site you're downloading SeaMonkey from to download the installer file (called seamonkey-x.xx.en-US.linux-i686.installer.tar.gz or similar) to your machine.
|
||||
|
||||
3. Change to the seamonkey directory (cd seamonkey) and decompress the archive with the following command:
|
||||
|
||||
tar zxvf sea*.tar.gz
|
||||
|
||||
The installer is now located in a subdirectory of seamonkey named seamonkey-installer.
|
||||
|
||||
4. Change to the seamonkey-installer directory (cd seamonkey-installer) and run the installer with the ./seamonkey-installer command.
|
||||
|
||||
5. Follow the instructions in the install wizard for installing SeaMonkey.
|
||||
|
||||
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.
|
||||
|
||||
6. To start SeaMonkey, change to the directory where you installed it and run the ./seamonkey command.
|
||||
|
||||
|
||||
To install SeaMonkey by downloading the tar.gz or tar.bz2 file:
|
||||
|
||||
Note: if you're using a tar.bz2 file, replace all ocurrences of .gz in the following instructions with .bz2
|
||||
|
||||
1. Create a directory named "seamonkey" (mkdir seamonkey) and change to that directory (cd seamonkey).
|
||||
|
||||
2. Click the link on the site you're downloading SeaMonkey from to download the non-installer (seamonkey*.tar.gz) file into the seamonkey directory.
|
||||
|
||||
3. Change to the seamonkey directory (cd seamonkey) and decompress the file with the following command:
|
||||
|
||||
tar zxvf sea*.tar.gz
|
||||
|
||||
This creates a "seamonkey" directory under your seamonkey directory.
|
||||
|
||||
4. Change to the seamonkey directory (cd seamonkey).
|
||||
|
||||
5. Run SeaMonkey with the following run script:
|
||||
|
||||
./seamonkey
|
||||
|
||||
|
||||
To hook up SeaMonkey complete with icon to the GNOME Panel, follow these steps:
|
||||
|
||||
1. Click the GNOME Main Menu button, open the Panel menu, and then open the Add to Panel submenu and choose Launcher.
|
||||
|
||||
2. Right-click the icon for SeaMonkey on the Panel and enter the following command:
|
||||
directory_name./seamonkey
|
||||
|
||||
where directory_name is the name of the directory you downloaded SeaMonkey to. For example, the default directory that SeaMonkey suggests is /usr/local/seamonkey.
|
||||
|
||||
3. Type in a name for the icon, and type in a comment if you wish.
|
||||
|
||||
4. Click the icon button and type in the following as the icon's location:
|
||||
|
||||
directory_name/chrome/icons/default/default.xpm
|
||||
|
||||
where directory_name is the directory where you installed SeaMonkey. For example, the default directory is /usr/local/seamonkey/chrome/icons/default/default.xpm.
|
|
@ -0,0 +1,137 @@
|
|||
==========================================================================
|
||||
|
||||
= = = = = = = = = = = = = SeaMonkey Read Me = = = = = = = = = = = = = =
|
||||
|
||||
==========================================================================
|
||||
|
||||
SeaMonkey is subject to the terms detailed in the license agreement
|
||||
accompanying it.
|
||||
|
||||
This Read Me file contains information about system requirements and
|
||||
installation instructions for the Windows builds of SeaMonkey.
|
||||
|
||||
For more info on SeaMonkey, see http://www.mozilla.org/projects/seamonkey/
|
||||
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.
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
Getting SeaMonkey
|
||||
|
||||
==========================================================================
|
||||
|
||||
You can download nightly builds of SeaMonkey from the mozilla.org FTP site
|
||||
at
|
||||
|
||||
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/
|
||||
|
||||
For the very latest builds, see
|
||||
|
||||
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-trunk/
|
||||
|
||||
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 SeaMonkey, the SeaMonkey project releases builds of SeaMonkey regularly
|
||||
that you can download from
|
||||
|
||||
http://www.mozilla.org/projects/seamonkey/
|
||||
|
||||
Be sure to read the SeaMonkey release notes for information on known
|
||||
problems and installation issues with SeaMonkey. The release notes can be
|
||||
found at the preceding URL along with the releases themselves.
|
||||
|
||||
Note: Please use Talkback builds whenever possible. These builds allow
|
||||
transmission of crash data back to SeaMonkey and Mozilla developers,
|
||||
improved crash analysis, and posting of crash information to our
|
||||
crash-data newsgroup.
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
System Requirements
|
||||
|
||||
==========================================================================
|
||||
|
||||
* General
|
||||
|
||||
If you want to view and use the "Modern" theme, your display monitor
|
||||
should be set to display thousands of colors. For users who cannot set
|
||||
their displays to use more than 256 colors, the SeaMonkey project
|
||||
recommends using the "Classic" theme for SeaMonkey.
|
||||
|
||||
To select the Modern theme after you have installed SeaMonkey, from the
|
||||
Navigator browser, open the View menu, and then open then open the
|
||||
Apply Theme submenu and choose Modern.
|
||||
|
||||
*Windows
|
||||
|
||||
- Windows 95, 98, Me, NT4, 2000 or XP
|
||||
- Intel Pentium class processor (233 MHz or faster recommended)
|
||||
- 64 MB RAM
|
||||
- 26 MB free hard disk space
|
||||
|
||||
|
||||
==========================================================================
|
||||
|
||||
Installation Instructions
|
||||
|
||||
==========================================================================
|
||||
|
||||
It is strongly recommended that you exit all programs before running the
|
||||
setup program. Also, you should temporarily disable virus-detection
|
||||
software.
|
||||
|
||||
Install into a clean (new) directory. Installing on top of previously
|
||||
released builds may cause problems.
|
||||
|
||||
Note: These instructions do not tell you how to build SeaMonkey.
|
||||
For info on building SeaMonkey from the mozilla.org source code, see
|
||||
|
||||
http://www.mozilla.org/build/
|
||||
|
||||
|
||||
Windows Installation Instructions
|
||||
---------------------------------
|
||||
|
||||
Note: For Windows NT/2000/XP systems, you need Administrator privileges to
|
||||
install SeaMonkey. If you see an "Error 5" message during installation,
|
||||
make sure you're running the installation with Administrator privileges.
|
||||
|
||||
|
||||
To install SeaMonkey by downloading the SeaMonkey installer,
|
||||
follow these steps:
|
||||
|
||||
1. Click the link to seamonkey-x.xx.en-US.win32.installer.exe (or
|
||||
similar file name) on the site you're downloading SeaMonkey from to
|
||||
download the installer file to your machine.
|
||||
|
||||
2. Navigate to where you downloaded the file and double-click the
|
||||
SeaMonkey program icon on your machine to begin the Setup program.
|
||||
|
||||
3. Follow the on-screen instructions in the setup program. The program
|
||||
starts automatically the first time.
|
||||
|
||||
|
||||
To install SeaMonkey by downloading the .zip file and installing
|
||||
manually, follow these steps:
|
||||
|
||||
1. Click the link to seamonkey-x.xx.en-US.win32.zip (or similar file
|
||||
name) on the site you're downloading SeaMonkey from to download the
|
||||
.zip file to your machine.
|
||||
|
||||
2. Navigate to where you downloaded the file and double-click the
|
||||
compressed file.
|
||||
|
||||
Note: This step assumes you already have a recent version of WinZip
|
||||
(or a sililar zip tool) installed, and that you know how to use it.
|
||||
If not, you can get WinZip and information about the program at
|
||||
www.winzip.com.
|
||||
|
||||
3. Extract the .zip file to a directory such as
|
||||
C:\Program Files\mozilla.org\SeaMonkey.
|
||||
|
||||
4. To start SeaMonkey, navigate to the directory you extracted
|
||||
SeaMonkey to and double-click the seamonkey.exe icon.
|
|
@ -509,10 +509,12 @@ README_FILE = $(topsrcdir)/README.txt
|
|||
endif
|
||||
|
||||
libs::
|
||||
ifndef MOZ_SUITE
|
||||
ifeq ($(OS_ARCH),OS2)
|
||||
cp $(README_FILE) $(DIST)/bin/README.txt
|
||||
else
|
||||
$(INSTALL) $(README_FILE) $(DIST)/bin
|
||||
endif
|
||||
endif
|
||||
$(INSTALL) $(topsrcdir)/LICENSE $(DIST)/bin
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче