PureWinLin - Linux emulated on Windows via QEMU

Developed or developing a new product in PureBasic? Tell the world about it.
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Post by Coolman »

Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

Thanks Beach, I will give it a try.
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

QEMU 0.8.0 : now using directsound, compiled with directx 9, the sound works perfectly ! (even with webradios, shoutcast/icecast streams).
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Post by Coolman »

KarLKoX wrote:QEMU 0.8.0 : now using directsound, compiled with directx 9, the sound works perfectly ! (even with webradios, shoutcast/icecast streams).
Bravo KarlKox, je reedite puisque je viens de voir que le compilo, c'est gcc, ca m'interesserait de connaitre les etapes pour obtenir une version windows... :)
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

Hi :)
This is very simple, first, download Mingw and MSYS (not needed but very usefull), second, download the official directx sdk (oh, an update is available), install the mingw dx9 libs (.a generated from .lib files from the sdk), download the latest SDL and compile it (very simple, ./configure && make should do the work) and zlib.
Launch msys, go to the qemu source directory then type :
./configure --target-list=i386-softmmu --enable-mingw32 --enable-adlib --enable-dsound
That's it. Good luck ! :D
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Post by Coolman »

Thanks :D
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

Qemu-0.8.2-gcc4.1.1-KarLKoX now compiled with gcc 4.1.1, latest dx9 sdk (april 2006) and latest sdl sdk (1.2.11).
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 575
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

Since I'm not deep into debian:
I'd like to install the "libpangocairo", but can't find it via apt-get. Has anyone a hint for me? Thanks.
cheers,

bembulak
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Post by Coolman »

Post Reply