Changeset 62acbed
- Timestamp:
- 01/20/2009 10:50:09 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cfa182f
- Parents:
- cc60178
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/gtk-doc.xml
rcc60178 r62acbed 90 90 the following commands:</para> 91 91 92 <screen><userinput>sed -i '/^pkgconfigdir/s/datadir/libdir/' && 93 ./configure --prefix=/usr && 92 <screen><userinput>./configure --prefix=/usr && 94 93 make</userinput></screen> 95 94 … … 98 97 <screen role="root"><userinput>make install</userinput></screen> 99 98 100 <para>The test suite requires that the package has been installed first, and101 in any case it fails because of a missing file, so there is little point102 in running it. If you insist on seeing the results, as a normal user run:103 <command>make check</command>.</para>99 <para>The test suite requires that the package has been installed first, but 100 there's no reason to run it as there is a missing file which causes the test 101 suite to fail. If you insist on seeing the results, an an unprivileged user 102 run: <command>make check</command>.</para> 104 103 105 104 </sect2> 106 105 107 <sect2 role="commands">106 <!-- <sect2 role="commands"> 108 107 <title>Command Explanations</title> 109 108 110 <para><command>sed -i '/^pkgconfigdir/s/datadir/libdir/'</command>: 111 this installs the pkgconfig file in a place which is on 112 <envar>PKG_CONFIG_PATH</envar> instead of in 113 <filename class='directory'>/usr/share/pkgconfig</filename>.</para> 109 \<\!\-\- no scrollkeeper files with this version 110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 111 href="../../xincludes/scrollkeeper-dir.xml"/> \-\-\> 114 112 115 <!-- no scrollkeeper files with this version 116 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 117 href="../../xincludes/scrollkeeper-dir.xml"/>--> 118 119 </sect2> 113 </sect2> --> 120 114 121 115 <sect2 role="content">
Note:
See TracChangeset
for help on using the changeset viewer.