Download and Install qemu version 0.9.0 on Mac OS X
Thursday the 24th of July, 2008

    qemu  most recent diff


      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.9.0 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
      Google
      Web Darwinports.com



      # $Id: Portfile 37886 2008-06-27 20:34:01Z pmq macports.org $

      PortSystem 1.0

      Name: qemu
      Version: 0.9.0
      revision 1
      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://bellard.org/qemu
      master_sites ${homepage}
      checksums sha1 1e57e48a06eb8729913d92601000466eecef06cb rmd160 4296542b6da18a6ac93d20787330d3c1c2ac0a19

      # stolen from FreeBSD
      patchfiles patch-90_security.diff
      patch.args -p1

      platform macosx {
      configure.args-append --enable-coreaudio --enable-cocoa
      }

      # gcc3 isn't available on darwin/x86?
      platform darwin 8 {
      configure.args-append --cc=/usr/bin/gcc-3.3 --host-cc=/usr/bin/gcc-3.3 --interp-prefix=${prefix}/share/qemu-%M
      }

    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



    image test