Changeset a544789


Ignore:
Timestamp:
09/29/2014 10:41:34 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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, krejzi/svn, 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:
0835608
Parents:
4197597
Message:

Final fix of Poppler-0.26.5 page, hopefully.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4197597 ra544789  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 28th, &year;">
     9<!ENTITY releasedate  "September 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/graphlib/poppler.xml

    r4197597 ra544789  
    159159      libraries, you need to run the install commands twice, because, although
    160160      both are detected, only the wrapper for the the first
    161       <application>Qt</application> version in the PATH is built. The
    162       instructions are divided into four parts: first, build without
    163       <application>Qt</application> or with <application>Qt4</application>;
    164       second, build with <application>Qt4</application>; third, install the
    165       common documents, and fourth, install the additional encoding data
    166       package.
    167     </para>
    168 
    169 <!-- ==== Without Qt or with Qt4 ====== -->
    170     <bridgehead renderas="sect3">Without Qt or with Qt4</bridgehead>
     161      <application>Qt</application> version in the PATH is built.
     162    </para>
     163
     164    <para>
     165      The instructions are divided into four parts: first, build with
     166      <application>Qt4 or 5</application> at <filename
     167      class="directory">/user</filename>, without <application>Qt</application>
     168      or with <application>Qt4</application> under <filename
     169      class="directory">/opt</filename>; second, build with
     170      <application>Qt5</application> under <filename
     171      class="directory">/opt</filename>; third, install the common documents
     172      (optional); and fourth, install the additional encoding data package.
     173    </para>
     174
     175<!-- ==== With Qt4 or 5 at /user, without Qt or with Qt4 under /opt ====== -->
     176    <bridgehead renderas="sect3">With Qt4 or 5 at /user, without Qt or with Qt4
     177    under /opt</bridgehead>
    171178
    172179    <para>
     
    193200<screen role="root"><userinput>make install</userinput></screen>
    194201
    195 <!-- ==== With Qt5 ====== -->
    196     <bridgehead renderas="sect3">With Qt5</bridgehead>
     202<!-- ==== With Qt5 under /opt ====== -->
     203    <bridgehead renderas="sect3">With Qt5 under /opt </bridgehead>
    197204
    198205    <para>
Note: See TracChangeset for help on using the changeset viewer.