qemu install problems

Adjust your python to version no less than 3.7, (use conda do it if your default python is not 3.7)

a config error, as: ERROR: Dependency "pixman-1" not found,

for Ubuntu Linux, install,

$ sudo apt-get install libpixman-1-dev

yes, now you can configure again ;-)

$ mkdir build
$ cd build
$ ../configure
$ make
$ sudo make install

then use conda to change python higher verson more than 3.6,

$ cd ../
$ conda install sphinx
$ conda install sphinx-rtd-theme

to generate docs,

$ sphinx-build docs/ my_qemu_docs/

 

have fun,

Over.

 

posted @ 2023-02-25 22:45  Anonymous596  阅读(10)  评论(0编辑  收藏  举报