Qemu version 0.10.6 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.10.6

      View the most recent changes for the qemu port at: qemu.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for qemu.
      The raw portfile for qemu 0.10.6 is located here:
      http://qemu.darwinports.com/dports/emulators/qemu/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/qemu


      The qemu Portfile 59637 2009-10-18 12:25:52Z jmr macports.org $

      PortSystem 1.0

      Name: qemu
      Version: 0.10.6
      Category: emulators
      Platform: darwin
      Maintainers: nomaintainer

      Description: x86 and PowerPC Emulator
      Long Description: QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed. It can emulate a Full PC System and has basic support for PowerMac Emulation.

      Homepage: http://www.nongnu.org/qemu/
      Master Sites: nongnu

      Checksums: md5 e28f4b2d6faef178da44c03224feecb6 sha1 9432738ba513e07c981097468945b2e3ad9cb81e rmd160 1321a10777d2e0c6b53887d0525a28cc1b36ec9b

      Patch Files: patch-configure.diff

      configure.args --cc=${configure.cc} --host-cc=${configure.cc}
      if {$build_arch != ""} {
      configure.args-append --cpu=${build_arch}
      }

      set target_list i386-softmmu,x86_64-softmmu,ppc-softmmu,ppc64-softmmu
      pre-configure {
      configure.args-append --target-list=${target_list}
      }

      foreach t {arm cris m68k mips mipsel mips64 mips64el ppcemb sh4 sh4eb sparc} {
      variant target_${t} description "add ${t} target support" "append target_list \",${t}-softmmu\""
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/qemu
      % sudo port install qemu
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching qemu
      ---> Verifying checksum for qemu
      ---> Extracting qemu
      ---> Configuring qemu
      ---> Building qemu with target all
      ---> Staging qemu into destroot
      ---> Installing qemu
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using qemu with these commands:
      %  man qemu
      % apropos qemu
      % which qemu
      % locate qemu

     Where to find more information:

    Darwin Ports



    Lightbox this page.