diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-tr/suite/installer/unix | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-tr/suite/installer/unix')
-rw-r--r-- | l10n-tr/suite/installer/unix/README | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/l10n-tr/suite/installer/unix/README b/l10n-tr/suite/installer/unix/README new file mode 100644 index 0000000000..bda19c15e9 --- /dev/null +++ b/l10n-tr/suite/installer/unix/README @@ -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 Linux builds of SeaMonkey. + +For more info on SeaMonkey, see http://www.seamonkey-project.org/ +To submit bugs or other feedback, see +http://www.seamonkey-project.org/dev/get-involved and check out Bugzilla +at https://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.seamonkey-project.org/releases/ + +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. + + +========================================================================== + + System Requirements + +========================================================================== + +* Linux + + - The following library versions (or compatible) are required: + glibc 2.3.2, X.org 1.x, GTK 2.x, fontconfig, pango 1.10, libstdc++ 6. + Red Hat Enterprise Linux 5, Fedora Core 6, ubuntu 6.10 ("Edgy"), + Debian "Lenny" (testing), and openSUSE 10.2 (or later) installations + should work. + - Intel Pentium class processor (500 MHz or faster recommended) + - 128 MB RAM + - 50 MB 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://developer.mozilla.org/en/docs/Build_Documentation + + +Installation Instructions +------------------------------- + + Note: There is no installer available, but just extracting the tar.bz2 + to the default directory (usually /usr/local/seamonkey) achieves the + same result as an installer would. + + To install SeaMonkey by downloading the tar.bz2 file: + + 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 package (seamonkey*.tar.bz2) file into the seamonkey + directory. + + 3. Change to the seamonkey directory (cd seamonkey) and decompress the + file with the following command: + + tar jxvf sea*.tar.bz2 + + 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.png + + where directory_name is the directory where you installed SeaMonkey. + For example, the default directory is + /usr/local/seamonkey/chrome/icons/default/default.png. |