centos 6.5 安装qemu-2.1.3
分类:CentOS教程 阅读:84631 次
在http://wiki.qemu.org/Download中下载关于qemu的源代码压缩文件,并放入/home/qemu中
- cd/home/qemu
- tar-jxvfqemu-2.1.3.tar.bz2
- cdqemu
- ./configure
- ERROR:"cc"eitherdoesnotexistordoesnotwork
- yuminstallgcc*
- Error:zlibcheckfailed
- Makesuretohavethezliblibsandheadersinstalled.
- yuminstallzlib*
- glib-2.12requiredtocompileQEMU
- yuminstall-yglib*
- ./configure
- make
- /bin/sh:autoreconf:commandnotfoundmake:***[/home/qemu-2.1.3/pixman/configure]Error127
- yuminstallinstallautoconfautomakelibtool
- make
- makeinstall
热门推荐
- CentOS6.5使用udev管理网卡
- centos 6.5更换网络源为搜狐源
- centos 6.5安装无线网卡的方法
- CentOS更改yum源 换成163网易源
- centos查看系统cpu个数、核心书、线程数
- CentOS下查看网络状态
- CentOS看进程“打开”的文件或文件对应的进程
- CentOS正确关机方法
- CentOS下查看某个进程的线程数量
- CentOS防火墙添加例外端口
- CentOS中设置系统级代理
- CentOS中rpm命令详细介绍
- CentOS下打开端口操作
- CentOS开放80、22、8080端口操作
- CentOS下更改文件文件夹所属用户组(chgrp)
- CentOS设置开机自动启动某服务
- CentOS系统单用户模式详解
- CentOS下ssh互信配置
- CentOS进程管理
- CentOS下挂载NTFS格式的磁盘