| PearPC - PowerPC Architecture Emulator |
DownloadsDownload either a release appropriate for your platform or check out the bleeding edge CVS repository. Note that the CVS repository tends to be broken (i.e. not to compile). All releases contain an example configuration file and the video.x driver from MOL. What to downloadIf you have no idea what to download you almost certainly want the win32-jitc release. ReleasesThese are links to the sourceforge mirror system. Don't "save link target as.." since that will only give you an HTML file. ExtrasFor those who have no idea how to create a big file, here's a bzip2 compressed 3 GiB and 6 GiB file filled with zeros. The compressed files are < 5 KiB in size.
3 GiB disk image CVS accessYou can browse our CVS repository online: View CVS online. You can also fetch a copy of our CVS repository to your machine with these commands:$ cvs -z 4 -d:pserver:anonymous@pearpc.cvs.sf.net:/cvsroot/pearpc loginWhen asked for a password, hit Enter.
$ ./autogen.sh Then use configure and make as usual. To get the latest changes, do: $ cvs update -dP Currently only a few people have write-access to CVS. If you want your changes to be applied, send us a patch. In order to create patches, check out CVS, duplicate the directory, change only one of the copies, then do: $ diff -urN old-dir new-dir > my.patchto obtain a patch. Alternatively (and untested), check out CVS, modify the checked-out files (you may also add files), then do: $ cvs diff -uN > my.patchNote that in the first example you use "diff", in the second you use "cvs" |