cd32_fmv: align with WinUAE
[rofl0r-PUAE.git] / debian / README.Debian
blob8bb731aa039267ae20cac43584c96ae8e79f8720
1 P-UAE for Debian
2 ----------------
4 Currently this build of P-UAE does not support the SCSI emulation. This will
5 be addressed eventually.
7 Additionally, this package is missing support for IPF floppy images as the
8 corresponding header files are distributed under a disputable license.
9 However, the package build system is configured to use these headers if they
10 are present, so all you need to do is download the package source via
11 | $ apt-get source p-uae
12 (works only if you have a working deb-src line in your /etc/apt/sources.list)
13 install all packages needed for a rebuild via
14 | $ apt-get build-dep p-uae; apt-get install build-essential fakeroot
15 download the IPF Access API tarball from http://www.softpres.org/
16 and copy the include/caps directory included therein into the src/include
17 directory in your private p-uae build tree. From this tree, now execute
18 | $ dpkg-buildpackage -rfakeroot -uc -B
19 and you will get a shiny new package with support for IPF floppy images,
20 just right for installation via "dpkg -i packagename.deb" (as root).
22 This package will be built using Jeff Shepherd's new network emulation which
23 doesn't require the companion bsdsocket.library on platforms that support it.
24 Currently, these are i386, amd64 (aka x86_64) and powerpc.
26  -- Florian Ernst <florian@debian.org>  Wed, 23 Nov 2005 13:31:05 +0100