Bochs Display Library Sdl Not Available Site
sudo apt install libsdl1.2-dev # or for SDL2 sudo apt install libsdl2-dev
./configure --enable-sdl --enable-sdl2 --with-sdl Check the output for: Bochs Display Library Sdl Not Available
wget https://sourceforge.net/projects/bochs/files/bochs/2.7/bochs-2.7.tar.gz tar xzf bochs-2.7.tar.gz cd bochs-2.7 Configure with SDL explicitly sudo apt install libsdl1
sudo dnf install SDL-devel
brew reinstall bochs --with-sdl Alternatively, compile from source using MacPorts or manually, ensuring SDL is installed via brew install sdl12-compat . Even if Bochs has SDL support, your configuration file must request the correct display library. you can also specify options:
display_library: sdl2 If you have a version with multiple libraries, you can also specify options: