mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
libreoffice-4.3.1.2: note recommending build in X, other minor fixes in xml comments and line lenghts.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14145 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5153eb95fc
commit
2dc8feb226
@ -27,10 +27,11 @@
|
||||
measured by editors, depending on architecture and sometimes installed
|
||||
dependencies (with-system... -->
|
||||
|
||||
<!ENTITY libreoffice-buildsize "8.1 GB (497 MB installed) - 9.6 GB (528 MB installed), with translations">
|
||||
<!ENTITY libreoffice-buildsize "8.1 GB (535 MB installed), with translations">
|
||||
<!ENTITY libreoffice-time "200 SBU, with translations">
|
||||
<!-- [fo] For version 4.3.1.2 I've got, for i686, SBU larger than the upper
|
||||
limit, thus, temporarily, decided to used a single SBU, instead of a range.
|
||||
<!-- [fo] For version 4.3.1.2 I've got, for i686, statistcs over the upper
|
||||
boundaries for x86_64 of previous versions, thus, temporarily, decided to use
|
||||
single statistcs, instead of a range.
|
||||
-->
|
||||
<!-- This package has some peculiarities, some discussed in the text.
|
||||
Two values for SBU and buildsize are given due to the large difference
|
||||
@ -285,6 +286,14 @@
|
||||
</para>
|
||||
</warning>-->
|
||||
|
||||
<note>
|
||||
<para>
|
||||
It is recommended to build this package in a graphical environment,
|
||||
because there have been reports of failures when using
|
||||
<command>chroot</command> or <command>ssh</command>.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<screen role="root"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &&
|
||||
cd libreoffice-&libreoffice-dlversion;</userinput></screen>
|
||||
|
||||
@ -296,7 +305,8 @@ cd libreoffice-&libreoffice-dlversion;</userinput></screen>
|
||||
|
||||
<screen><userinput>install -dm755 external/tarballs &&
|
||||
|
||||
tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz --no-overwrite-dir --strip-components=1 &&
|
||||
tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz \
|
||||
--no-overwrite-dir --strip-components=1 &&
|
||||
<!-- Not necessary for this version
|
||||
tar -xf ../libreoffice-help-&libreoffice-dlversion;.tar.xz -\-no-overwrite-dir -\-strip-components=1 &&
|
||||
-->
|
||||
@ -318,7 +328,8 @@ ln -sv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz src/</useri
|
||||
If you have downloaded the translations tarball, create a symlink:
|
||||
</para>
|
||||
|
||||
<screen><userinput>ln -sv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
|
||||
<screen><userinput>ln -sv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz \
|
||||
external/tarballs/</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user