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

    qemu-usermode  most recent diff


    version 0.9.0

      View the most recent changes for the qemu-usermode port at: qemu-usermode.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for qemu-usermode.
      The raw portfile for qemu-usermode 0.9.0 is located here:
      http://qemu-usermode.darwinports.com/dports/emulators/qemu-usermode/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-usermode


      The qemu-usermode Portfile 53919 2009-07-16 17:51:28Z jmr macports.org $

      PortSystem 1.0

      Name: qemu-usermode
      Version: 0.9.0
      Category: emulators
      Platform: darwin
      Maintainers: mww
      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. This port has no GUI and only supports user mode emulation (darwin/i386 and ppc).

      Homepage: http://fabrice.bellard.free.fr/
      Master Sites: ${homepage}/qemu
      Checksums: sha1 1e57e48a06eb8729913d92601000466eecef06cb rmd160 4296542b6da18a6ac93d20787330d3c1c2ac0a19
      distname qemu-${version}
      Patch Files: patch-q-i386 patch-configure

      set nprefix ${prefix}/lib/${name}
      configure.pre_args --prefix=${nprefix}
      configure.args --enable-darwin-user --disable-system --disable-kqemu --disable-cocoa --disable-adlib --disable-gfx-check --target-list=i386-darwin-user,ppc-darwin-user --interp-prefix=${nprefix}/%M

      platform darwin 8 {
      configure.args-append --disable-gcc-check --cc=/usr/bin/gcc-4.0 --host-cc=/usr/bin/gcc-4.0
      }

      post-destroot {
      file delete -force ${destroot}${prefix}/lib/${name}/share/doc ${destroot}${prefix}/lib/${name}/share/man
      system "cd ${destroot}${prefix}/bin && ln -sf ${nprefix}/bin/qemu-i386 && ln -sf ${nprefix}/bin/qemu-ppc"
      }

      livecheck.name qemu

    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-usermode
      % sudo port install qemu-usermode
      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-usermode
      ---> Verifying checksum for qemu-usermode
      ---> Extracting qemu-usermode
      ---> Configuring qemu-usermode
      ---> Building qemu-usermode with target all
      ---> Staging qemu-usermode into destroot
      ---> Installing qemu-usermode
    - 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-usermode with these commands:
      %  man qemu-usermode
      % apropos qemu-usermode
      % which qemu-usermode
      % locate qemu-usermode

     Where to find more information:

    Darwin Ports



    Lightbox this page.