- Timestamp:
- 05/30/2004 08:07:13 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e62e3b3
- Parents:
- 7edd170
- Location:
- general
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/aspell/aspell-config.xml
r7edd170 ra8d6ef3a 4 4 <sect3><title>Configuration Information</title> 5 5 6 <para>After <application>Aspell</application> is installed at least one7 dictionary needs to be installed. You can find them at <ulink url="http://aspell.net/"/>.</para>6 <para>After <application>Aspell</application> is installed, at least one 7 dictionary needs to be set up. You can find them at <ulink url="http://aspell.net/"/>.</para> 8 8 9 9 <para>Install your dictionary or dictionaries by running the following commands:</para> -
general/genlib/ispell/ispell-inst.xml
r7edd170 ra8d6ef3a 6 6 <screen><userinput><command>sed -e "s:/usr/local:/usr:g" local.h.linux > local.h</command></userinput></screen> 7 7 8 <para>By default, <application>ispell</application> only installs American9 English dictionary. To installother languages, check out the <filename>config.X</filename> file10 for the defineto append to <filename>local.h</filename>.</para>8 <para>By default, <application>ispell</application> only installs an American 9 English dictionary. To set up other languages, check out the <filename>config.X</filename> file 10 for the #define entry to append to <filename>local.h</filename>.</para> 11 11 12 12 <para>Compile and install <application>ispell</application> using the -
general/graphlib/directfb/directfb-inst.xml
r7edd170 ra8d6ef3a 15 15 make install</command></userinput></screen> 16 16 17 <para>If you decided to add optional image and video providersthen you18 have to install DirectFB-extra package too:</para>17 <para>If you decided to add any optional image and video providers, then you 18 have to install the DirectFB-extra package too:</para> 19 19 20 20 <screen><userinput><command>./configure --prefix=/usr && -
general/graphlib/libpng/libpng-exp.xml
r7edd170 ra8d6ef3a 6 6 <application>zlib</application> includes and libraries where we have them installed.</para> 7 7 8 <para><parameter>-f scripts/makefile.linux</parameter>: This points 9 make at the Linux version of the makefile as 10 <application>libpng</application> doesn't use a 11 autoconf routine instead coming with various makefiles for different 8 <para><parameter>-f scripts/makefile.linux</parameter>: This points make at the 9 Linux version of the makefile as <application>libpng</application> doesn't use 10 an autoconf routine. Instead it has various makefiles for different 12 11 platforms.</para> 13 12 -
general/graphlib/libtiff/libtiff-exp.xml
r7edd170 ra8d6ef3a 4 4 <para><option>--noninteractive</option>: This switch is used to 5 5 avoid the configuration routine asking for confirmation of the 6 directories to install to (which we pass using switches to configure 7 anyways).</para> 6 installation directories (which we pass to configure).</para> 8 7 9 <para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is 10 used because despite the fact we pass 11 <parameter>--prefix=/usr</parameter>, the configure 12 routine tries to install the man pages in 13 <filename class="directory">/usr/local/man</filename> instead of the 14 correct place.</para> 8 <para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is used 9 because despite the fact we pass <parameter>--prefix=/usr</parameter>, the 10 configure routine tries to install the man pages in <filename 11 class="directory">/usr/local/man</filename> instead of the correct 12 place.</para> 15 13 16 <para><parameter>--with-ZIP=yes --with-DIR_GZLIB=/usr/lib</parameter>: This enables support for 17 the handling of <acronym>TIFF</acronym> images with deflate-encoded data.</para> 14 <para><parameter>--with-ZIP=yes --with-DIR_GZLIB=/usr/lib</parameter>: This 15 enables support for the handling of <acronym>TIFF</acronym> images with 16 deflate-encoded data.</para> 18 17 19 <para><parameter>--with-JPEG=yes --with-DIR_JPEGLIB=/usr/lib</parameter>: 20 Use these switches to enable support for the handling of 21 <acronym>TIFF</acronym>images with <acronym>JPEG</acronym>-encoded data.</para>18 <para><parameter>--with-JPEG=yes --with-DIR_JPEGLIB=/usr/lib</parameter>: Use 19 these switches to enable support for the handling of <acronym>TIFF</acronym> 20 images with <acronym>JPEG</acronym>-encoded data.</para> 22 21 23 22 </sect2> -
general/graphlib/libtiff/libtiff-inst.xml
r7edd170 ra8d6ef3a 10 10 make install</command></userinput></screen> 11 11 12 <note><para>configure prints a false error message that it is unable 13 to find the library directories for ZIP (and JPEG) support. Ignore 14 them. To verify that <filename>libtiff</filename> is indeed linked 15 to these libraries, you can use <command>ldd</command> to verify 16 that it is indeed linked against these.</para></note> 12 <note><para>configure prints false error messages that it is unable to find the 13 library directories for ZIP (and JPEG) support. Ignore them. To verify that 14 <filename>libtiff</filename> is indeed linked to these libraries, use the 15 <command>ldd</command> command.</para></note> 17 16 18 17 </sect2> -
general/graphlib/libungif/libungif-desc.xml
r7edd170 ra8d6ef3a 27 27 28 28 <sect3><title>gif2ps</title> 29 <para>Print <acronym>GIF</acronym> file on laser printers supporting PostScript.29 <para>Print <acronym>GIF</acronym> files on laser printers supporting PostScript. 30 30 </para></sect3> 31 31 … … 35 35 36 36 <sect3><title>gifasm</title> 37 <para> assemble multiple <acronym>GIF</acronym>s into one, or burst a37 <para>Assemble multiple <acronym>GIF</acronym>s into one, or burst a 38 38 multiple-image <acronym>GIF</acronym>.</para></sect3> 39 39 … … 81 81 82 82 <sect3><title>gifinter</title> 83 <para>Convert between interlaced and non 83 <para>Convert between interlaced and non-interlaced images.</para></sect3> 84 84 85 85 <sect3><title>gifinto</title> -
general/graphlib/svgalib/svgalib-exp.xml
r7edd170 ra8d6ef3a 4 4 <para><command>cd doc && for dir in man?; do for file in $dir/*; do 5 5 gunzip /usr/share/man/$file; done; done</command>: 6 <application>SVGAlib</application> installs it 's man7 pages in compressed formatso we uncompress them.</para>6 <application>SVGAlib</application> installs its man pages in compressed format 7 so we uncompress them.</para> 8 8 9 9 </sect2> -
general/graphlib/svgalib/svgalib-inst.xml
r7edd170 ra8d6ef3a 2 2 <title>Installation of <application>SVGAlib</application></title> 3 3 4 <note><para>You must compile and install as root. If you don't nothing bad5 w ill happen during compilation, but certain tools won't be able to6 become <acronym>SUID</acronym> root which is required for proper operation. However, 7 this raises a risk of exposing your system to any holes in those 8 tools that might be used to gain root access so use withcaution.</para></note>4 <note><para>You must compile and install as root. If you don't, certain tools 5 won't be able to become <acronym>SUID</acronym> root which is required for 6 proper operation. However, this raises a risk of exposing your system to any 7 holes in those tools that might be used to gain root access, so use with 8 caution.</para></note> 9 9 10 10 <para>Install <application>SVGAlib</application> by running the following commands:</para>
Note:
See TracChangeset
for help on using the changeset viewer.