Changeset 1992902


Ignore:
Timestamp:
04/17/2005 02:16:11 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1423d58f
Parents:
b5b9045
Message:

Added a test suite note to Subversion.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3749 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    rb5b9045 r1992902  
    109109make</command></userinput></screen>
    110110
    111 <para>If you passed the <option>--enable-javahl</option> parameter to
    112 <command>configure</command> and wish to build the
    113 <application>JAVA</application> <application>Subversion</application>
    114 bindings, issue the following command:</para>
    115 
    116 <screen><userinput><command>make javahl</command></userinput></screen>
    117 
    118 <para>If you passed the <option>--with-swig</option> and
    119 <option>--enable-swig-bindings</option> parameters to
    120 <command>configure</command> and wish to build the
    121 <application>SWIG</application> <application>Perl</application> and
    122 <application>Python</application> <application>Subversion</application>
    123 bindings, issue the following commands:</para>
    124 
    125 <screen><userinput><command>make swig-pl &amp;&amp;
    126 make swig-py</command></userinput></screen>
    127 
    128 <para>Now, as the root user:</para>
    129 
    130 <screen><userinput role='root'><command>make install &amp;&amp;
    131 install -v -d -m755 /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    132 cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;</command></userinput></screen>
    133 
    134111<note><para>If you have <application>Apache</application> installed, pass
    135112the <option>--with-apr=/usr</option> and <option>--with-apr-util=/usr</option>
     
    141118as <command>apxs</command> might not be in an unprivileged user's
    142119<envar>PATH</envar> and won't be properly discovered.</para></note>
     120
     121<para>If you passed the <option>--enable-javahl</option> parameter to
     122<command>configure</command> and wish to build the
     123<application>JAVA</application> <application>Subversion</application>
     124bindings, issue the following command:</para>
     125
     126<screen><userinput><command>make javahl</command></userinput></screen>
     127
     128<para>If you passed the <option>--with-swig</option> and
     129<option>--enable-swig-bindings</option> parameters to
     130<command>configure</command> and wish to build the
     131<application>SWIG</application> <application>Perl</application> and
     132<application>Python</application> <application>Subversion</application>
     133bindings, issue the following commands:</para>
     134
     135<screen><userinput><command>make swig-pl &amp;&amp;
     136make swig-py</command></userinput></screen>
     137
     138<para>To test the results, issue: <command>make check</command>.</para>
     139
     140<para>Now, as the root user:</para>
     141
     142<screen><userinput role='root'><command>make install &amp;&amp;
     143install -v -d -m755 /usr/share/doc/subversion-&subversion-version; &amp;&amp;
     144cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;</command></userinput></screen>
    143145
    144146<para>If you built the <application>JAVA</application>
Note: See TracChangeset for help on using the changeset viewer.