Ignore:
Timestamp:
12/03/2016 05:45:41 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
3a87232
Parents:
464f030
Message:

Make jasper's install more consistent with dependencies

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/jasper.xml

    r464f030 rc336440  
    8585cmake -DCMAKE_INSTALL_PREFIX=/usr           \
    8686      -DCMAKE_BUILD_TYPE=Release            \
    87       -DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU" \
    8887      -DCMAKE_SKIP_INSTALL_RPATH=YES        \
    8988      ..  &amp;&amp;
     
    114113    <title>Command Explanations</title>
    115114
    116     <para><parameter>-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU"</parameter>: This
    117     option is needed so the <command>jiv</command> program can be sucessfully
    118     built.</para>
    119 
    120     <para><parameter>-DCMAKE_SKIP_INSTALL_RPATH=YES</parameter>: This option removes
     115    <para><option>-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU"</option>: This option
     116    is needed so the <command>jiv</command> program can be sucessfully built.
     117    If <xref linkend="freeglut"/> is installed, this option is required.</para>
     118
     119    <para><option>-DCMAKE_SKIP_INSTALL_RPATH=YES</option>: This option removes
    121120    embedded library search paths.</para>
    122121
Note: See TracChangeset for help on using the changeset viewer.