Changeset ff13fdc2 for xsoft


Ignore:
Timestamp:
04/26/2016 11:09:23 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
4886a74
Parents:
cb1d452
Message:

Update descriptions for parallelism and java options on libreoffice page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rcb1d452 rff13fdc2  
    434434             --with-system-redland       \
    435435             --with-system-serf          \
    436              --with-system-zlib          \
    437              --with-parallelism=$(getconf _NPROCESSORS_ONLN)</userinput></screen>
     436             --with-system-zlib</userinput></screen>
    438437
    439438    <para>
     
    588587      <parameter>--without-java</parameter>: This switch disables
    589588      <application>Java</application> support in
    590       <application>LibreOffice</application>.
     589      <application>LibreOffice</application>. Remove this option if
     590      <application>Java</application> is installed and needed.  Most users will
     591      not need <application>Java</application> in this application.
    591592    </para>
    592593
     
    620621
    621622    <para>
    622       <parameter>--with-parallelism=$(getconf _NPROCESSORS_ONLN)</parameter>:
    623       This switch tells <application>LibreOffice</application> to use all your
    624       CPUs to compile in parallel and speed up the build.
     623      <parameter>--with-parallelism=&lt;count&gt;</parameter>: This switch
     624      tells <application>LibreOffice</application> to use &lt;count&gt; CPU
     625      cores to compile in parallel.  (Do not include literal angle brackets.)
     626      The default is $(getconf _NPROCESSORS_ONLN) which uses all availalble
     627      cores on the system.
    625628    </para>
    626629
Note: See TracChangeset for help on using the changeset viewer.