【问题标题】:How to install qemu patched version? [closed]如何安装qemu补丁版? [关闭]
【发布时间】:2012-01-04 14:09:16
【问题描述】:

我按照以下步骤安装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

【问题讨论】:

    标签: linux ubuntu qemu


    【解决方案1】:

    您不能在命令行上直接输入PFX

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

    【讨论】:

      猜你喜欢
      • 2015-04-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多