blob: 8036e2f80be4aaad0f666c2bf4eb4840466b6e53 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
semantic: 0.708
PID: 0.587
device: 0.574
graphic: 0.549
boot: 0.527
files: 0.455
performance: 0.449
socket: 0.333
other: 0.317
debug: 0.297
network: 0.279
vnc: 0.222
permissions: 0.218
KVM: 0.072
when ../configure, cannot find Ninjia
On unbuntu18.04, after finishing
wget https://download.qemu.org/qemu-5.2.0-rc0.tar.xz
tar xvJf qemu-5.2.0-rc0.tar.xz
cd qemu-5.2.0-rc0
when I input
wget https://download.qemu.org/qemu-5.2.0-rc0.tar.xz
tar xvJf qemu-5.2.0-rc0.tar.xz
cd qemu-5.2.0-rc0
Return Error:
cannot find Ninjia
Can you confirm whether you have installed the "ninja-build" package ? It is a new build requirement for QEMU in 5.2.0
[Expired for QEMU because there has been no activity for 60 days.]
1、install re2c。[url:http://re2c.org/index.html]
tar -xvzf re2c-1.0.3.tar.gz
cd re2c-1.0.3/
autoreconf -i -W all
./configure
make&&make install
2、git clone git://github.com/ninja-build/ninja.git && cd ninja
./configure.py --bootstrap
cp ninja /usr/bin/
[root@aix7 ~]# ninja --version
1.10.2.git
|