Changes between Version 4 and Version 5 of openoffice


Ignore:
Timestamp:
07/16/2007 10:42:11 AM (16 years ago)
Author:
Richard A Downing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openoffice

    v4 v5  
    1 = OpenOffice =
     1= !OpenOffice =
    22
    3 Thos who have epm installed, beware !! When you run dmake, OpenOffice.org build makes use of system installed epm (if you have one), and the epm (version-4.0) complains that the productname contains characters other than letters and numbers ( Productname used by OpenOffice.org build contains hyphens and dots) !! Thus, the build process stops without any package being built.
     3Those who have epm installed, beware !! When you run dmake, !OpenOffice.org build makes use of system installed epm (if you have one), and the epm (version-4.0) complains that the productname contains characters other than letters and numbers ( Productname used by !OpenOffice.org build contains hyphens and dots) !! Thus, the build process stops without any package being built.
    44
    5 The solution is to pass the argument --with-epm=internal to the configure script while running configure. This would make OpenOffice.org build to use the specially patched version of the epm included in its source tree and the package gets delivered successfully.
     5The solution is to pass the argument --with-epm=internal to the configure script while running configure. This would make !OpenOffice.org build to use the specially patched version of the epm included in its source tree and the package gets delivered successfully.
    66
    7 Since OpenOffice.org 2.1.x (SRC680_m175) you don't need to install tcsh if you pass --with-use-shell=bash to the configure script.
     7Since !OpenOffice.org 2.1.x (SRC680_m175) you don't need to install tcsh if you pass --with-use-shell=bash to the configure script.
    88
    99[wiki:OfficeSuites Up][[br]]
    1010[wiki:BlfsNotes Top]
     11
     12= !OpenOffice from Binary distribution =
     13
     14If you just want to use !OpenOffice, or don't have the massive resources to compile it from sources, it's easy to install from the rpm distribution.  You need to install [http://www.linuxfromscratch.org/blfs/view/svn/general/cpio.html, cpio] from the book, and [http://downloads.linuxfromscratch.org/rpm2targz.tar.bz2, rpm2targz], then download the distribution as a .tar.gz from the [http://OpenOffice.org, website] or a mirror.  If you already have JDK installed, get the version without an included JRE (that's the version without a '_wJRE' in it's name.)
     15
     16Unpack the distribution, and cd to the resultant directory, and then into RPMS.
     17Convert all the RPMS to tar.gz by running 'rpm2targz *', delete the rpms with 'rm *.rpm' and install the tar.gz's with 'sudo tar -xf -C *.tar.gz' - this will put everything into /opt/OpenOffice.orgX.X.
     18
     19The work of a few minutes and 6 Gbytes of disk space not required!