Changeset f867424
- Timestamp:
- 05/30/2013 07:46:59 AM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- db6a202
- Parents:
- ffc297e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/giflib.xml
rffc297e rf867424 88 88 commands:</para> 89 89 90 <screen><userinput>./configure --prefix=/usr &&90 <screen><userinput>./configure --prefix=/usr --disable-static && 91 91 make</userinput></screen> 92 92 … … 107 107 <title>Command Explanations</title> 108 108 109 < para><option>--disable-static</option>: This switch prevents the110 static library from being built.</para>109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 110 href="../../xincludes/static-libraries.xml"/> 111 111 112 112 </sect2> … … 125 125 gifinfo, gifinter, gifinto, gifovly, gifpos, gifrotat, gifrsize, gifspnge, 126 126 giftext, gifwedge, icon2gif, raw2gif, rgb2gif, and text2gif</seg> 127 <seg>libgif. {so,a}</seg>127 <seg>libgif.so</seg> 128 128 <seg>/usr/share/doc/giflib-&giflib-version;</seg> 129 129 </seglistitem> … … 438 438 439 439 <varlistentry id="libgif"> 440 <term><filename class='libraryfile'>libgif. {so,a}</filename></term>440 <term><filename class='libraryfile'>libgif.so</filename></term> 441 441 <listitem> 442 442 <para>contains API functions required by the … … 444 444 library functionality to read, write and manipulate GIF images.</para> 445 445 <indexterm zone="giflib libgif"> 446 <primary sortas="c-libgif">libgif. {so,a}</primary>446 <primary sortas="c-libgif">libgif.so</primary> 447 447 </indexterm> 448 448 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.