posted @ 2013-05-08 19:32 LavenderYang 阅读(115) 评论(0) 推荐(0)
摘要:
1、sudo apt-get install rpm(rpm以后可以作为删除命令)2、sudo apt-get autoremove bochs(删除)3、对于安装bochs时,第一次安装时进入bochs文件夹,配置设置为./configure --enable-gdb-stub 再make 再make install,将此次安装的bochs版本设置为bochs-original,复制到/usr/bin文件夹中 sudo cp bochs-orignial /usr/bin第二次安装时配置设置为./configure --enable-debugger --with-x --with-x11 阅读全文