[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Seeking Help Installing Qemu-7.0.0
From: |
Thomas Huth |
Subject: |
Re: Seeking Help Installing Qemu-7.0.0 |
Date: |
Wed, 1 Jun 2022 17:39:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 |
On 01/06/2022 06.55, Dennis Newbold wrote:
The immediate problem is that when I download the tarball and untar it per
the instructions,
then cd to qemu-7.0.0 and do "./configure" I pretty quickly get:
Using './build' as the directory for build output
ERROR: Cannot find Ninja
I do not know what "Ninja" is. ./configure --help is not particularly
helpful, and the web documentation does not even mention the word "ninja"
until it is talking about makefiles.
So ... if anyone knows where "Ninja" is or how I can get it, I would be
appreciative.
The context / environment is that I am running on Centos 8.
You likely need:
yum install ninja-build
We've got some hints here (which is not that obvious to find, I have to admit):
https://wiki.qemu.org/Hosts/Linux#Fedora_Linux_.2F_Debian_GNU_Linux_.2F_Ubuntu_Linux_.2F_Linux_Mint_distributions
HTH,
Thomas