Changeset 4b33d7d5
- Timestamp:
- 12/28/2013 11:00:28 AM (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:
- 8c80238
- Parents:
- 5844df8c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/subversion.xml
r5844df8c r4b33d7d5 151 151 If you passed the <option>--enable-javahl</option> parameter to 152 152 <command>configure</command> and wish to build the Java bindings, issue 153 the following command: <command>make javahl</command> 154 </para> 155 153 the following command: 154 </para> 155 <para> 156 <screen><command>make javahl</command></screen> 157 </para> 156 158 157 159 <para> … … 160 162 <filename>Makefile</filename> will prevent the 161 163 <application>Perl</application> bindings compiling correctly. Fix the 162 <filename>Makefile</filename> with this sed: 163 <command>sed -i 's#Makefile.PL.in$#& libsvn_swig_perl#' Makefile.in</command> 164 <filename>Makefile</filename> with: 165 </para> 166 <para> 167 <screen><command>sed -i 's#Makefile.PL.in$#& libsvn_swig_perl#' Makefile.in</command></screen> 164 168 </para> 165 169 … … 170 174 </para> 171 175 <para> 172 < literallayout><command>make swig-pl</command> for <application>Perl</application>,176 <screen><command>make swig-pl</command> # for <application>Perl</application> 173 177 <command>make swig-py \ 174 178 swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \ 175 swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command> for <application>Python</application>, 176 <command>make swig-rb</command> for <application>Ruby</application>. 177 </literallayout> 179 swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command> # for <application>Python</application> 180 <command>make swig-rb</command> # for <application>Ruby</application></screen> 178 181 </para> 179 182 … … 210 213 If you built the Java bindings, issue the following command as the 211 214 <systemitem class="username">root</systemitem> user to install them: 212 <command>make install-javahl</command> 213 </para> 214 215 </para> 216 <para> 217 <screen> <command>make install-javahl</command></screen> 218 </para> 215 219 216 220 <para> … … 222 226 </para> 223 227 <para> 224 < literallayout><command>make install-swig-pl</command>228 <screen><command>make install-swig-pl</command> 225 229 <command>make install-swig-py \ 226 230 swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \ 227 231 swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command> 228 <command>make install-swig-rb</command></ literallayout>232 <command>make install-swig-rb</command></screen> 229 233 </para> 230 234 -
introduction/welcome/changelog.xml
r5844df8c r4b33d7d5 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[fernando] - Reformat Subversion-1.8.5 page.</para> 51 </listitem> 52 <listitem> 50 53 <para>[thomas] - Fix url in phonon-backend-gstreamer.</para> 51 54 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.