Installation instructions for OpenOffice.org ============================================ The OpenOffice tarball in this directory, is intended to be used along with the custom XFCE installation DVD. After performing the installation of your choice with the DVD, follow these instructions to install OpenOffice: Download and Extract the Tarball ================================ Download the tarball to a location with enough space. Do *not* use root's home (/root) for this! In the example, /home/test/openoffice is used: # cd /home/test # mkdir openoffice # cd openoffice # fetch http://freebsd.dev-urandom.com/iso/i386/xfce-desktop/openoffice.tar.gz Extract the tarball: # tar xvzf openoffice.tar.gz Insert and Mount Your Custom Installation DVD ============================================= Insert your custom installation DVD in the drive and mount it: # mount /cdrom Move to the packages directory: # cd /cdrom/packages/All Set PKG_PATH and Perform the Installation ========================================= Without leaving the directory set above, enter: # setenv PKG_PATH /home/test/openoffice # pkg_add openoffice.org-3.1.0 NOTE: PKG_PATH will be used to locate the main OpenOffice package and all dependencies not present in /cdrom/packages/All. Do *not* add the tbz extension in the pkg_add command! Enjoy!