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
compiled x86-64 Bochs for windows
- Combuster
- 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:
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 typefor a list of options. Feed the features you want to configure then enter and you have your 64-bit bochs ready for use.
That saves us attachment space![Very Happy :D](./images/smilies/icon_biggrin.gif)
extract the sources and in cygwin type
Code: Select all
./configure --help
Code: Select all
make && make install
That saves us attachment space
![Very Happy :D](./images/smilies/icon_biggrin.gif)