Changeset c336440
- Timestamp:
- 12/03/2016 05:45:41 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3a87232
- Parents:
- 464f030
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/jasper.xml
r464f030 rc336440 85 85 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 86 86 -DCMAKE_BUILD_TYPE=Release \ 87 -DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU" \88 87 -DCMAKE_SKIP_INSTALL_RPATH=YES \ 89 88 .. && … … 114 113 <title>Command Explanations</title> 115 114 116 <para>< parameter>-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU"</parameter>: This117 option is needed so the <command>jiv</command> program can be sucessfully118 built.</para>119 120 <para>< parameter>-DCMAKE_SKIP_INSTALL_RPATH=YES</parameter>: This option removes115 <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 121 120 embedded library search paths.</para> 122 121
Note:
See TracChangeset
for help on using the changeset viewer.