Changeset 0ee2aa3
- Timestamp:
- 02/25/2014 09:04:58 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ff0a4dc
- Parents:
- 13103ed
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/guile.xml
r13103ed r0ee2aa3 99 99 </para> 100 100 101 <screen><userinput>./configure --prefix=/usr --disable-static && 101 <screen><userinput>./configure --prefix=/usr \ 102 --disable-static \ 103 --docdir=/usr/share/doc/guile-&guile-version; && 102 104 make && 103 105 make html && … … 107 109 108 110 <para> 109 If you have <xref linkend="texlive"/> installed and wish to build alternate 110 formats (PDF and postscript) of the documentation, issue the following 111 commands: 112 </para> 113 114 <screen><userinput>for DIRNAME in r5rs ref; do 115 make -k -C doc/${DIRNAME} pdf ps 111 To test the results, issue: <command>make check</command>. 112 </para> 113 114 <para> 115 Now, as the <systemitem class="username">root</systemitem> user: 116 </para> 117 118 <screen role="root"><userinput>make install && 119 make install-html && 120 121 mv /usr/share/doc/guile-&guile-version;/{guile.html,ref} && 122 mv /usr/share/doc/guile-&guile-version;/r5rs{.html,} && 123 124 find examples -name "Makefile*" -delete && 125 cp -vR examples /usr/share/doc/guile-&guile-version; && 126 127 for DIRNAME in r5rs ref; do 128 install -v -m644 doc/${DIRNAME}/*.txt \ 129 /usr/share/doc/guile-&guile-version;/${DIRNAME} 116 130 done && 117 131 unset DIRNAME</userinput></screen> 118 119 <para>120 To test the results, issue: <command>make check</command>.121 </para>122 123 <para>124 Now, as the <systemitem class="username">root</systemitem> user:125 </para>126 127 <screen role="root"><userinput>make install &&128 129 find examples -name "Makefile*" -delete &&130 install -v -dm755 /usr/share/doc/guile-&guile-version; &&131 cp -vR examples /usr/share/doc/guile-&guile-version; &&132 133 for DIRNAME in r5rs ref; do134 install -v -dm755 /usr/share/doc/guile-&guile-version;/${DIRNAME} &&135 136 install -v -m644 doc/${DIRNAME}/*.txt \137 /usr/share/doc/guile-&guile-version;/${DIRNAME} &&138 139 if [ -d doc/${DIRNAME}/${DIRNAME}.html ]; then140 cp -Rv doc/${DIRNAME}/${DIRNAME}.html \141 /usr/share/doc/guile-&guile-version;/${DIRNAME}142 fi143 done144 145 cp -vR doc/ref/guile.html /usr/share/doc/guile-&guile-version;/ref</userinput></screen>146 147 <para>148 If you built the alternate formats of the documentation, install them149 using the following commands issued by the150 <systemitem class="username">root</systemitem> user:151 </para>152 153 <screen role="root"><userinput>for DIRNAME in r5rs ref154 do155 install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \156 /usr/share/doc/guile-&guile-version;/${DIRNAME}157 done</userinput></screen>158 132 159 133 </sect2> -
multimedia/videoutils/ffmpeg.xml
r13103ed r0ee2aa3 184 184 --enable-x11grab && 185 185 make && 186 gcc tools/qt-faststart.c -o tools/qt-faststart && 187 unset LIBRARY_PATH</userinput></screen> 186 gcc tools/qt-faststart.c -o tools/qt-faststart</userinput></screen> 187 <!-- 188 unset LIBRARY_PATH</userinput></screen>--> 188 189 189 190 <para> -
x/installing/libva.xml
r13103ed r0ee2aa3 51 51 </para> 52 52 53 &lfs7 4_built;53 &lfs75_built; 54 54 55 55 <bridgehead renderas="sect4">Package Information</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.