compiled x86-64 Bochs for windows

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
exkor
Member
Member
Posts: 111
Joined: Wed May 23, 2007 9:38 pm

compiled x86-64 Bochs for windows

Post by exkor »

Hello I was wondering if somebody has already compiled bochs-2.3 x86-64 for windows and if you can share it.

I have left linux long time ago because of constant packet dependencies during custom compiling and have no intention of returning there and haven't written any c program for past several years for windows.

Thanks
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

You can compile bochs from sources using Cygwin without any problems. That way you can configure it to your likings.

extract the sources and in cygwin type

Code: Select all

./configure --help
for a list of options. Feed the features you want to configure then enter

Code: Select all

make && make install
and you have your 64-bit bochs ready for use.

That saves us attachment space :D
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply