Ignore:
Timestamp:
12/03/2016 03:27:21 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c336440
Parents:
9ff3be8
Message:

Subversion-1.9.5
Git-2.11.0
Libdrm-2.4.74
Mesa-13.0.2
SQLite-3.15.2
Gstreamer-1.10.2, with all plugins and libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r9ff3be8 r464f030  
    88  "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    99  <!ENTITY subversion-download-ftp  " ">
    10   <!ENTITY subversion-md5sum        "29121a038f87641055a8183f49e9739f">
    11   <!ENTITY subversion-size          "7.6 MB">
    12   <!ENTITY subversion-buildsize     "165 MB (add 165 MB for bindings, 24 MB for docs, reportedly 800 MB for tests)">
    13   <!ENTITY subversion-time          "1.5 SBU (add 1.7 SBU for bindings, reportedly 67 SBU for tests)">
     10  <!ENTITY subversion-md5sum        "9fcbae352a5efe73d46a88c97c6bba14">
     11  <!ENTITY subversion-size          "7.5 MB">
     12  <!ENTITY subversion-buildsize     "177 MB (add 173 MB for bindings, 24 MB for docs, 1 GB for tests)">
     13  <!ENTITY subversion-time          "1.3 SBU (add 1.4 SBU for bindings, 24 SBU for tests)">
    1414]>
    1515
     
    185185
    186186    <para>
    187       The Java bindings test, <command>make check-javahl</command>, fails due to
    188       errors in the test suite.  <!--To test the results of the Java bindings build,
    189       issue <command>make check-javahl</command>. Note you must have the
    190       <application>JUnit</application> testing framework installed.-->
     187      To test the results of the Java bindings build,
     188      issue <command>make check-javahl</command>. The
     189      <application>JUnit</application> testing framework must be installed,
     190      and the location of the JUnit jar has to be specified by passing the
     191      <option>--with-junit=&lt;path to junit jar&gt;</option> parameter to
     192      <command>configure</command>.
    191193    </para>
    192194
     
    199201    </para>
    200202
    201     <para>
     203    <!--    <para>
    202204      The Ruby bindings test, <command>make check-swig-rb</command>, fails due
    203205      to errors in the test suite.
    204206    </para>
    205 
     207    -->
    206208    <para>
    207209      Now, as the <systemitem class="username">root</systemitem> user:
     
    258260      of <filename class="directory">/usr/libexec</filename>. It has no effect
    259261      if <application>Apache</application> is not installed.
     262    </para>
     263
     264    <para>
     265      <option>--enable-javahl</option>: enables compilation of Java high level
     266      bindings. Running <command>make javahl</command> is necessary to do
     267      the compilation.
     268    </para>
     269
     270    <para>
     271      <option>--with-junit=&lt;location of the junit jar file&gt;</option>:
     272      gives the location of the junit jar, otherwise the javahl tests cannot
     273      be run.
    260274    </para>
    261275
Note: See TracChangeset for help on using the changeset viewer.