Ignore:
Timestamp:
04/03/2016 02:14:39 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, nosym, 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:
b507efcc
Parents:
b93a076
Message:

Update to gtk+-3.20.2.
Update to xapian-core-1.2.23.
Update to Archive-Zip-1.57.
Update to qemu-2.5.1.
Update to audacious-{,plugins)-3.7.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    rb93a076 r8ee3e19c  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "f469f2330bbe76e3e39db10e9ac4f8db">
    10   <!ENTITY qemu-size          "25 MB">
    11   <!ENTITY qemu-buildsize     "419 MB (with tests)">
    12   <!ENTITY qemu-time          "2.4 SBU (with tests)">
     9  <!ENTITY qemu-md5sum        "42e73182dea8b9213fa7050e168a4615">
     10  <!ENTITY qemu-size          "24 MB">
     11  <!ENTITY qemu-buildsize     "397 MB (with tests)">
     12  <!ENTITY qemu-time          "2.8 SBU (with tests)">
    1313]>
    1414
     
    187187    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    188188
    189 <screen role="root"><userinput>make install &amp;&amp;
    190 [ -e  /usr/lib/libcacard.so ] &amp;&amp;
    191 chmod -v 755 /usr/lib/libcacard.so</userinput></screen>
     189<screen role="root"><userinput>make install</userinput></screen>
    192190
    193191    <para>
     
    215213EOF</userinput></screen>
    216214
    217     <note><!--<para>The main program <command>qemu-system-x86_64</command> doesn't
    218     make a distinction between i386 and x86_64 so even on an i386 system you
    219     should use <emphasis>qemu-system-x86_64</emphasis></para>
    220     -->
    221 
    222     <para>For convenience you may want to create a symbolic link to run
    223     the installed program. For instance:</para>
     215    <note>
     216      <para>For convenience you may want to create a symbolic link to run
     217      the installed program. For instance:</para>
    224218
    225219<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.