Ignore:
Timestamp:
12/31/2015 10:11:48 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
252e5bf
Parents:
13d0d6f0
Message:
  • summ-blfs-test.php: fix to reflect changes to summ-blfs.php.
  • Qt-5.5.1 and gobject-introspection-1.46.0: add Python-2.7.11 as required.
  • Update to iso-codes-3.63.
  • Update to unixODBC-2.3.4.
  • Update to swig-3.0.8.
  • Update to qemu-2.5.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    r13d0d6f0 r10f9bb45  
    77  <!ENTITY qemu-download-http "http://wiki.qemu.org/download/qemu-&qemu-version;.tar.bz2">
    88  <!ENTITY qemu-download-ftp  " ">
    9   <!ENTITY qemu-md5sum        "a895e93ec1dafc34bc64ed676f0d55a6">
    10   <!ENTITY qemu-size          "24 MB">
    11   <!ENTITY qemu-buildsize     "303 MB (additional 91 MB for tests)">
    12   <!ENTITY qemu-time          "1.7 SBU (additional 1.0 SBU for tests)">
     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)">
    1313]>
    1414
     
    7979      <xref linkend="curl"/>,
    8080      <xref linkend="cyrus-sasl"/>,
     81      <xref linkend="gnutls"/>,
    8182      <xref linkend="gtk2"/>,
    8283      <xref linkend="gtk3"/>,
    8384      <xref linkend="libusb"/>,
     85      <xref linkend="libgcrypt"/>,
    8486      <xref linkend="lzo"/>,
     87      <xref linkend="nettle"/>,
    8588      <xref linkend="nss"/> (for libcacard.so),
    86       <xref linkend="mesa"/>, and
    87       <xref linkend="vte"/>
     89      <xref linkend="mesa"/>,
     90      <xref linkend="sdl"/>,
     91      <xref linkend="vte"/>,
     92      <ulink url="http://www.libssh2.org">libssh2</ulink>
    8893    </para>
    8994
     
    152157
    153158    <note><para>Qemu is capable of running many targets.  The build process
    154     is also capable of building multiple targets at one time in a 
     159    is also capable of building multiple targets at one time in a
    155160    comma delimited list assigned to <option>--target-list</option>. Run
    156161    <command>./configure --help</command> to get a complete list of
     
    164169fi
    165170
    166 ./configure --prefix=/usr            \
    167             --sysconfdir=/etc        \
    168             --target-list=$QEMU_ARCH \
     171mkdir -vp build &amp;&amp;
     172cd        build &amp;&amp;
     173
     174./configure --prefix=/usr               \
     175            --sysconfdir=/etc           \
     176            --target-list=$QEMU_ARCH    \
     177            --audio-drv-list=alsa       \
    169178            --docdir=/usr/share/doc/qemu-&qemu-version; &amp;&amp;
    170179unset QEMU_ARCH &amp;&amp;
     
    213222    the installed program. For instance:</para>
    214223
    215     <screen role="root"><userinput>ln -sv qemu-system-x86_64 /usr/bin/qemu</userinput></screen>
     224<screen role="root"><userinput>ln -sv qemu-system-`uname -m` /usr/bin/qemu</userinput></screen>
    216225    </note>
    217226
     
    222231
    223232    <para>
    224       <option>--audio-drv-list=alsa</option>: This switch sets the audio driver
    225       to ALSA. For other drivers see the --audio-drv-list list in
     233      <parameter>--audio-drv-list=alsa</parameter>: This switch sets the audio
     234      driver to ALSA. For other drivers see the --audio-drv-list list in
    226235      <command>configure</command>'s help output. The default audio driver is
    227236      OSS.
     
    243252    <note><para>The following instructions assume you have created the optional
    244253    symbolic link, <userinput>qemu</userinput>.  Additionally, you must run
    245     <userinput>qemu</userinput> from an X Window System based terminal 
     254    <userinput>qemu</userinput> from an X Window System based terminal
    246255    (either locally or over ssh).</para></note>
    247256
     
    391400      <seglistitem>
    392401        <seg>
     402          ivshmem-client,
     403          ivshmem-server,
     404          qemu (symlink),
    393405          qemu-ga,
    394406          qemu-img,
    395407          qemu-io,
    396408          qemu-nbd,
    397           qemu-system-x86_64,
     409          qemu-system-&lt;arch&gt;,
    398410          virtfs-proxy-helper, and
    399411          vscclient
     
    401413        <seg>libcacard.so</seg>
    402414        <seg>
    403           /etc/qemu,
    404           /usr/include/cacard,
    405           /usr/lib/qemu,
    406           /usr/share/qemu, and
     415          /etc/qemu and
    407416          /usr/share/doc/qemu-&qemu-version;
    408417        </seg>
Note: See TracChangeset for help on using the changeset viewer.