Changeset d7bee48 for xsoft/office


Ignore:
Timestamp:
05/07/2016 08:10:29 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
2e633b6
Parents:
37191af
Message:

Sync to trunk r17332

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17335 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r37191af rd7bee48  
    436436             --with-system-redland       \
    437437             --with-system-serf          \
    438              --with-system-zlib          \
    439              --with-parallelism=$(getconf _NPROCESSORS_ONLN)</userinput></screen>
     438             --with-system-zlib</userinput></screen>
    440439
    441440    <para>
     
    590589      <parameter>--without-java</parameter>: This switch disables
    591590      <application>Java</application> support in
    592       <application>LibreOffice</application>.
     591      <application>LibreOffice</application>. Remove this option if
     592      <application>Java</application> is installed and needed. Most users will
     593      not need <application>Java</application> in this application.
    593594    </para>
    594595
     
    622623
    623624    <para>
    624       <parameter>--with-parallelism=$(getconf _NPROCESSORS_ONLN)</parameter>:
    625       This switch tells <application>LibreOffice</application> to use all your
    626       CPUs to compile in parallel and speed up the build.
     625      <parameter>--with-parallelism=&lt;count&gt;</parameter>: This switch
     626      tells <application>Libreoffice</application> to use &lt;count&gt; CPU
     627      cores to compile in parallel. (Do not include literal angle brackets.)
     628      The default is $(getconf _NPROCESSORS_ONLN) which uses all available
     629      cores on the system.
    627630    </para>
    628631
Note: See TracChangeset for help on using the changeset viewer.