UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
bochs
Bochs is a portable x86 PC emulation software package that emulates enough of the x86 CPU, related AT hardware, and BIOS to run Windows, Linux, *BSD, Minix, and other OS's, all on your workstation.Package info
Codename: bochs
Source file: bochs-2.8.tar.gz
Source directory: bochs-2.8
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/b/bochs-2.8.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/b/bochs-2.8.tar.gz.md5sum
Dependances: SDL2, libvncserver, SDL2_net, wxWidgets, SDL2_mixer.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
ARG_STATIC="--enable-static"
fi
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \
$ARG_STATIC \
--enable-shared \
--enable-debugger \
--enable-usb \
--enable-usb-ohci \
--enable-usb-ehci \
--enable-usb-xhci \
--enable-ne2000 \
--enable-e1000 \
--enable-voodoo \
--enable-sb16 \
--enable-es1370 \
--with-sdl2 \
--with-vncsrv \
--with-rfb \
--with-nogui \
--with-wx
Build script:
make
Install script:
make install
install -v -m644 gui/icon_bochs.xpm /usr/share/bochs/
cat >> /usr/share/applications/bochs.desktop << EOF
[Desktop Entry]
Name=BOCHS
Comment=BOCHS Emulator
Exec=/usr/bin/bochs
Terminal=true
Type=Application
Icon=/usr/share/bochs/icon_bochs.xpm
Categories=System;Emulator;
EOF