linux - 如何安装qemu补丁版?

标签 linux ubuntu qemu

<分区>

我按照以下步骤安装了qemu

# On Linux, you may need to install the SDL development libraries to get a graphical VGA window. On Debian/Ubuntu, this is the libsdl1.2-dev package.
# Configure the source code
Linux: ./configure --disable-kvm [--prefix=PFX] [--target-list="i386-softmmu x86_64-softmmu"]
OS X: ./configure --disable-kvm --disable-sdl [--prefix=PFX] [--target-list="i386-softmmu x86_64-softmmu"]
The prefix argument specifies where to install QEMU; without it QEMU will install to /usr/local by default. The target-list argument simply slims down the architectures QEMU will build support for.
# Run make && make install

但是我得到以下错误:

cannot create regular file `PFX/bin': No such file or directory

最佳答案

您不得在命令行中按字面意思输入 PFX

PFX 标记实际上是实际 path prefix 的占位符传递给 configure(通常是 /usr/usr/local/opt,具体取决于您想要的位置要安装的包)。

关于linux - 如何安装qemu补丁版?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8728228/

相关文章:

linux - Linux 内核线程的调度或抢占是如何工作的?

ubuntu - 安装 anaconda 后如何从终端移除底座

linux - 如何通过网络访问Raspberry PI QEMU VM

linux - 从 linux 中的 url 中删除一个特定的数字

c - 在 C 中设置线程优先级

java - 分析 Linux 上的 Java 内存使用情况

ubuntu - 有没有办法在 Puppeteer for Firefox 中使用代理?

virtual-machine - 找不到 qemu-kvm 命令

linux - 在 QEMU 中记录动态指令轨迹或直方图?

python - AWS EC2 : "Invalid command: terminate"