Ignore:
Timestamp:
12/16/2020 05:21:20 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
qt5new
Children:
eca919c
Parents:
6929000d (diff), f0acf55 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge trunk at r23984

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/qt5new@23988 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r6929000d rc9f0cc0  
    77  <!ENTITY qemu-download-http "http://download.qemu-project.org/qemu-&qemu-version;.tar.xz">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "f3eb729786591f05a9ac5d8ab03b9269">
    10   <!ENTITY qemu-size          "60 MB">
    11   <!ENTITY qemu-buildsize     "1.1 GB (add 450 MB for tests)">
    12   <!ENTITY qemu-time          "0.9 SBU (using parallelism=4; add 5.0 SBU for tests)">
     9  <!ENTITY qemu-md5sum        "179f86928835da857c237b42f4b2df73">
     10  <!ENTITY qemu-size          "102 MB">
     11  <!ENTITY qemu-buildsize     "1.7 GB">
     12  <!ENTITY qemu-time          "0.9 SBU (using parallelism=4; add 0.3 SBU for tests)">
    1313]>
    1414
     
    232232
    233233    <para>
    234       To run the built in tests, run <command>make V=1 -k check</command>.
     234      <application>qemu</application> uses <command>ninja</command> as
     235      a subprocess when building.  To run the tests, issue:
     236      <command>ninja test</command>.
    235237    </para>
    236238
     
    260262    <note>
    261263      <para>
    262       For convenience you may want to create a symbolic link to run
    263       the installed program. For instance:
    264     </para>
     264        For convenience you may want to create a symbolic link to run
     265        the installed program. For instance:
     266      </para>
    265267
    266268<screen role="root"><userinput>ln -sv qemu-system-`uname -m` /usr/bin/qemu</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.