Author: bdubbs
Date: Tue Apr 26 16:09:23 2016
New Revision: 17291

Log:
Update descriptions for parallelism and java options on libreoffice page.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/office/libreoffice.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Apr 26 15:52:05 
2016        (r17290)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Apr 26 16:09:23 
2016        (r17291)
@@ -47,6 +47,11 @@
       <para>April 26th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update descriptions for parallelism and
+          java options on libreoffice page. Fixes
+          <ulink url="&blfs-ticket-root;7758">#7758</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to wireshark-2.0.3. Fixes
           <ulink url="&blfs-ticket-root;7755">#7755</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml     Tue Apr 26 15:52:05 2016        
(r17290)
+++ trunk/BOOK/xsoft/office/libreoffice.xml     Tue Apr 26 16:09:23 2016        
(r17291)
@@ -433,8 +433,7 @@
              --with-system-postgresql    \
              --with-system-redland       \
              --with-system-serf          \
-             --with-system-zlib          \
-             --with-parallelism=$(getconf 
_NPROCESSORS_ONLN)</userinput></screen>
+             --with-system-zlib</userinput></screen>
 
     <para>
       The instructions below will only build the package without running
@@ -587,7 +586,9 @@
     <para>
       <parameter>--without-java</parameter>: This switch disables
       <application>Java</application> support in
-      <application>LibreOffice</application>.
+      <application>LibreOffice</application>. Remove this option if
+      <application>Java</application> is installed and needed.  Most users will
+      not need <application>Java</application> in this application.
     </para>
 
     <para>
@@ -619,9 +620,11 @@
     </para>
 
     <para>
-      <parameter>--with-parallelism=$(getconf _NPROCESSORS_ONLN)</parameter>:
-      This switch tells <application>LibreOffice</application> to use all your
-      CPUs to compile in parallel and speed up the build.
+      <parameter>--with-parallelism=&lt;count&gt;</parameter>: This switch
+      tells <application>LibreOffice</application> to use &lt;count&gt; CPU
+      cores to compile in parallel.  (Do not include literal angle brackets.)
+      The default is $(getconf _NPROCESSORS_ONLN) which uses all availalble
+      cores on the system.
     </para>
 
     <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to