Changeset 4c796cf


Ignore:
Timestamp:
06/30/2012 04:59:52 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4a7f57a
Parents:
0b83a69
Message:

Implemented some of Armin's suggestions for Libre Office

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    r0b83a69 r4c796cf  
    113113      <xref linkend="nss"/>,
    114114      <xref linkend="openssl"/>,
    115       <xref linkend="poppler"/>,
    116       <xref linkend="postgresql"/> and
     115      <xref linkend="poppler"/> and
    117116      <xref linkend="redland"/>.
    118117    </para>
     
    121120    <para role="optional">
    122121      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
     122      <xref linkend="mysql"/>,
    123123      <ulink url="http://sourceforge.net/projects/hunspell/files/MyThes/">MyThes</ulink>,
     124      <xref linkend="postgresql"/>,
    124125      <ulink url="http://sampleicc.sourceforge.net/">SampleICC</ulink>,
    125126      <ulink url="http://hci.iwr.uni-heidelberg.de/vigra">Vigra</ulink> and
     
    169170
    170171<screen><userinput>sed -i 's# ORBit-2.0##' configure.in &amp;&amp;
    171 ./autogen.sh --prefix=/usr \
    172   --disable-binfilter      \
    173   --disable-gconf          \
    174   --disable-mozilla        \
    175   --disable-odk            \
    176   --with-system-boost      \
    177   --with-system-cairo      \
    178   --with-system-curl       \
    179   --with-system-db         \
    180   --with-system-expat      \
    181   --with-system-hunspell   \
    182   --with-system-icu        \
    183   --with-system-jpeg       \
    184   --with-system-libpng     \
    185   --with-system-libxml     \
    186   --with-system-neon       \
    187   --with-system-nss        \
    188   --with-system-openssl    \
    189   --with-system-poppler    \
    190   --with-system-postgresql \
    191   --with-system-redland    \
    192   --with-system-zlib       \
    193   --with-lang="pt-BR"      \
    194   --without-java           \
     172./autogen.sh --prefix=/usr  \
     173  --disable-binfilter       \
     174  --disable-gconf           \
     175  --disable-mozilla         \
     176  --disable-odk             \
     177  --disable-postgresql-sdbc \
     178  --with-system-boost       \
     179  --with-system-cairo       \
     180  --with-system-curl        \
     181  --with-system-db          \
     182  --with-system-expat       \
     183  --with-system-gettext     \
     184  --with-system-icu         \
     185  --with-system-jpeg        \
     186  --with-system-libpng      \
     187  --with-system-libxml      \
     188  --with-system-neon        \
     189  --with-system-nss         \
     190  --with-system-openssl     \
     191  --with-system-poppler     \
     192  --with-system-redland     \
     193  --with-system-zlib        \
     194  --without-java            \
    195195  --with-num-cpus=$(getconf _NPROCESSORS_ONLN) &amp;&amp;
    196196./download                                     &amp;&amp;
     
    274274
    275275    <para>
     276      <option>--disable-postgresql-sdbc</option>: This option disables compiling
     277      Libre Office with the ability to connect to a PostgreSQL database. If you
     278      would like Libre Office to be able to connect to a PostgreSQL database
     279      remove this option. If you have installed PostgreSQL on your system and
     280      would like Libre Office to use that rather than compile its own copy, add
     281      the option <option>--with-system-postgresql</option>.
     282    </para>
     283
     284    <para>
    276285      <option>--with-system- ...</option>: These options prevent
    277286      <application>Libre Office</application> trying to compile its own
     
    282291    <para>
    283292      <option>--with-num-cpus=$(getconf _NPROCESSORS_ONLN)</option>: This option
    284       tells <application>Libre Office</application> to use all your CPUs to compile
    285       in parallel and speed up the build.
     293      tells <application>Libre Office</application> to use all your CPUs to
     294      compile in parallel and speed up the build.
    286295    </para>
    287296
     
    290299      support. en-US is always included by default. To list several languages,
    291300      separate them with a space. For all languages, use --with-lang=ALL
    292       For a list of the available languages, after you've run ./download:
    293       <command>ls translations/source</command>.
     301    </para>
     302
     303    <para>
     304      For a list of the available languages, configure it --with-lang=ALL and
     305      then after you've run ./download:
     306      <command>ls translations/source</command>
    294307    </para>
    295308
     
    389402
    390403      <seglistitem>
    391         <seg>base, calc, draw, impress, math, printeradmin and writer.</seg>
     404        <seg>
     405          base,
     406          calc,
     407          draw,
     408          impress,
     409          math,
     410          printeradmin and
     411          writer.</seg>
    392412        <seg>
    393413          Hundreds of shared libraries in
Note: See TracChangeset for help on using the changeset viewer.