Changeset dc23d8f1 for x


Ignore:
Timestamp:
05/01/2015 08:10:49 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
7c546dc3
Parents:
0269d30
Message:

Minor updates to pango dependencies.
Update freeglut dependencies and build instructions.

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

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/freeglut.xml

    r0269d30 rdc23d8f1  
    8383    </para>
    8484
     85    <bridgehead renderas="sect4">Recommended</bridgehead>
     86    <para role="recommended">
     87      <xref linkend="glu"/>
     88    </para>
     89
    8590    <para condition="html" role="usernotes">User Notes:
    8691      <ulink url="&blfs-wiki;/freeglut"/>
     
    99104cd    build &amp;&amp;
    100105
    101 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    102       -DCMAKE_BUILD_TYPE=Release  \
     106cmake -DCMAKE_INSTALL_PREFIX=/usr      \
     107      -DCMAKE_BUILD_TYPE=Release       \
     108      -DFREEGLUT_BUILD_DEMOS=OFF       \
     109      -DFREEGLUT_BUILD_STATIC_LIBS=OFF \
    103110      ..
    104111
     
    123130    <para><parameter>-DFREEGLUT_BUILD_DEMOS=ON</parameter>: Build
    124131    optional demo programs.  Installation of the demo programs must
    125     be done manually.</para>
     132    be done manually.  The demo programs are limited and
     133    installation is not recommended.</para>
     134
     135    <para><parameter>-DFREEGLUT_BUILD_STATIC_LIBS=OFF</parameter>:
     136    Do not build the static library. </para>
    126137
    127138  </sect2>
  • x/lib/pango.xml

    r0269d30 rdc23d8f1  
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="fontconfig"/>
     81      <xref linkend="fontconfig"/> (must be built with
     82       <xref linkend="freetype2"/> using <xref linkend="harfbuzz"/>)
    8283    </para>
    8384
Note: See TracChangeset for help on using the changeset viewer.