qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] How to build latest stable version of QEMU?


From: Greg Kurz
Subject: Re: [Qemu-discuss] How to build latest stable version of QEMU?
Date: Wed, 14 Sep 2016 18:19:12 +0200

On Wed, 14 Sep 2016 15:09:52 +0300
Utku Gültopu <address@hidden> wrote:

> Sorry for this very basic question but I wanted to make sure I am doing this 
> correct.
> 

Hi,

> If I want to build QEMU’s latest stable version (instead of the latest 
> development version), am I supposed to follow the following command line 
> sequence?
> 
>       git clone git://git.qemu-project.org/qemu.git

cd qemu

;)

>       git checkout stable-2.6
>       mkdir build
>       cd build
>       ../configure
>       make
> 
> Best regards

This is correct, but it will build all the targets and may take some time.
If you need fewer targets or even one, you can pass the --target-list option
to configure (see configure --help for the full list).

Cheers.

--
Greg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]