./configure --enable-debugger --enable-disasm

make install

根据你的机子情况,可能遇到如下错误:

错误1:

checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/home/lmy/Downloads/bochs-2.4.2':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check

解决方法:通过新立得安装build-essential

错误2:

checking for default gui on this platform... x11
ERROR: X windows gui was selected, but X windows libraries were not found.
解决方法:通过新立得安装xorg-dev
错误3:
ERROR: pkg-config was not found, or unable to access the gtk+-2.0 package.
解决方法: 通过新立得安装libgtk2.0-dev

相关文章:

  • 2022-12-23
  • 2021-12-23
  • 2021-10-30
  • 2022-12-23
  • 2021-12-04
  • 2022-01-22
  • 2021-07-28
  • 2021-11-24
猜你喜欢
  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-11-01
  • 2021-10-14
  • 2021-09-08
相关资源
相似解决方案