Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QEMU not installing in Ubuntu

After ./configure it's showing this error:

ERROR: pixman >= 0.21.8 not present. Your options:
         (1) Preferred: Install the pixman devel package (any recent
             distro should have packages as Xorg needs pixman too).
         (2) Fetch the pixman submodule, using:
             git submodule update --init pixman
like image 700
Nagur Basha Shaik Avatar asked Jun 17 '16 18:06

Nagur Basha Shaik


1 Answers

I am using Ubuntu 14.04. For me helped installation below component:

sudo apt-get install libpixman-1-dev
like image 71
N0dGrand87 Avatar answered Sep 25 '22 02:09

N0dGrand87