Re: [Qemu-devel] proper-dev dependencies..

2018-11-11 Thread Peter Maydell
On 11 November 2018 at 12:07, watk...@hungry.com
 wrote:
> I've been following the list for awhile does anyone have a proper list of
> all the ubuntu dependencies?
> So, one can compile the whole ball of wax properly?

If you're running on Ubuntu and have your apt sources set up
to include source packages, the simplest thing is to run
"apt build-dep qemu", which will install all the packages
that the Ubuntu package of QEMU build-depends on. QEMU's
build-dependencies don't change radically over time, so
that's usually sufficient (even though the Ubuntu package
will be for a QEMU that's a little older than the one you're
going to be building from source).

You can also look at the build page on our wiki which has
a list of required and extra packages:
https://wiki.qemu.org/Hosts/Linux#QEMU_on_Linux_hosts

If there are any missing from the list let us know and we
can update the wiki.

thanks
-- PMM



[Qemu-devel] proper-dev dependencies..

2018-11-11 Thread watk...@hungry.com
I've been following the list for awhile does anyone have a proper list of
all the ubuntu dependencies?
So, one can compile the whole ball of wax properly?