You are not logged in.
Pages: 1
Hello,
I used bochs with bochs-x on mint. On Arch, the package bochs is available, but bochs-x is not. Does anyone know how to obtain it on Arch?
Last edited by husainaloos (2014-03-13 22:09:13)
Offline
Bochs can be compiled with wx-widgets support, so you get a gui from which to configure and run emulation.
I could not succeed at compiling it with latest wxgtk, but it works with wxgtk2.8 which is also in the repos.
Modify the PKGBUILD with:
--with-wxinstead of
--without-wxI also symlinked /usr/bin/wx-config2.8 to /usr/bin/wx-config (which will conflict if you also install latest wxgtk) so the configure-script would find what it looks for.
Install and run, bochs will start with gui.
Offline
Just to make this post complete, because I will surely need it in the future:
(1) I installed wtgtk2.8.
(2) I downloaded the PKGBUILD for bochs and added the flags --with-x --with-all-libs --with-sdl and removed --without-x
(3) ran makepkg -s and then pacman -U
more details here: http://bochs.sourceforge.net/doc/docboo … iling.html
Offline
Pages: 1