Changeset f0506d09


Ignore:
Timestamp:
08/15/2018 10:03:25 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
26d4041
Parents:
b4bff899
Message:

Tidy up java-related explanations in my previous commit.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rb4bff899 rf0506d09  
    522522    <para>
    523523      <parameter>--without-junit</parameter>: This switch disables the tests
    524       for the deprecatedHSQLDB driver which is written in Java. If you wish
     524      for the deprecated HSQLDB driver which is written in Java. If you wish
    525525      to build this driver replace this switch with the set of switches
    526526      described below under '--with-java'.
     
    615615
    616616    <para>
    617       <option>--without-fonts</option>: <application>LibreOffice</application>
    618       includes a number of third-party TrueType fonts. If you have already
    619       installed some or all of the same fonts, you may prefer to use the system
    620       versions.
    621     </para>
    622 
    623     <para>
    624617      <option>--with-java</option>: This switch enables
    625618      <application>Java</application> support in
     
    627620      deprecated HSQLDB driver, which allows reading databases created by
    628621      other programs or in earlier versions of libreoffice
    629       <application>base</application>. You may also need to add
     622      <application>base</application>. You may also need to add:
    630623      <option>--with-junit=/opt/ant/lib/junit-&junit-version;.jar</option>
    631       <option>--with-jdk-home=/opt/jdk</option> and
     624      <option>--with-jdk-home=/opt/jdk</option>
    632625      <option>--with-hamcrest=/opt/ant/lib/hamcrest-core-&hamcrest-version;.jar</option>
     626    </para>
     627
     628    <para>
     629      <option>--without-fonts</option>: <application>LibreOffice</application>
     630      includes a number of third-party TrueType fonts. If you have already
     631      installed some or all of the same fonts, you may prefer to use the system
     632      versions.
    633633    </para>
    634634
Note: See TracChangeset for help on using the changeset viewer.