OpenOffice.org 1.1

- This document covers the installation and configuration of OpenOffice.org 1.1. If you are looking for more information on OpenOffice.org, then a good place to start is the OpenOffice.org website.
- If you spot any errors on this page, please e-mail me using the link above.
- It is assumed that this installation takes place on a computer on which Core Linux has been successfully installed.
- In addition to the packages bundled with Core Linux, a working XFree86 environment must also be present. You can read my guide on installing XFree86 on Core Linux here.
- As described in the installation guide, it is assumed that any downloaded application source code is stored in a directory called
/appson the CD-R. To this end it is assumed that you have access to at least one other machine with a CD burner. - If you have your Core Linux PC networked you could use
wgetto download files direct from the internet. Alternatively you could use a web browser if you have one installed on your Core Linux system.
Preparation
- Download the OpenOffice.org binaries from http://www.openoffice.org.
- Download the Mktemp source code from http://www.mktemp.org/mktemp.
- Burn the files
OOo_1.1.0_LinuxIntel_install.tar.gzandmktemp-1.5.tar.gzto a CD. This page assumes that the subdirectory/appsis used for the.tar.gzfile. The CD-ROM can be a multi-session disk.
Booting
- Boot your Core Linux PC.
- Login as
root. You will need to enter the password at the prompt.
Extract the binaries and source code
- Place the CD-R in the CD-ROM drive. Mount the CD-ROM drive under
/mnt/cdrom. - Change to the
/appsdirectory on the CD-R. - Copy the
OOo_1.1.0_LinuxIntel_install.tar.gzfile to the directory/usr/src. - Copy the
mktemp-1.5.tar.gzfile to the directory/usr/src. - Change to the
/usr/srcdirectory and extract the Mktemp source from the.tar.gzfile. - Change to the
/usr/srcdirectory and extract the OpenOffice.org binaries from the.tar.gzfile.
Configure and compile Mktemp
- Change to the
/usr/src/mktemp-1.5directory. - Run the
configurescript. - Run the
makeprogram. - Run the
makeprogram with the argumentinstall.
Installing OpenOffice.org
- Change to the
/usr/src/OOo_1.1.0_LinuxIntel_installdirectory. - Run the
installscript. - Start the second stage installation with the command
soffice. - Work through the second stage installer.
- At the system prompt enter
sofficeto start OpenOffice.org.
Starting Components
- If you want to start the various components of OpenOffice.org directly, rather than through the OpenOffice.org "launcher", you can use the following commands:
Writer: soffice private:factory/swriterCalc: soffice private:factory/scalcImpress: soffice private:factory/simpressDraw: soffice private:factory/sdrawMath: soffice private:factory/smathWeb Editor: soffice private:factory/swriter/webMaster Template: soffice private:factory/swriter/Global - These commands may be useful if you need to program your Window Manager's menu to start the different elements of OpenOffice.org separately from each other.

The text of this page is licensed under a Creative Commons License.
