Re: [PATCH 12/12] docs: add information on how to setup build environments

2024-11-05 Thread Peter Maydell
On Mon, 4 Nov 2024 at 22:05, Pierrick Bouvier wrote: > > On 11/4/24 07:58, Peter Maydell wrote: > > On Thu, 31 Oct 2024 at 04:07, Pierrick Bouvier > > wrote: > >> > >> MacOS and Linux are straightforward, but Windows needs a bit more > >> details. > >> > >> Signed-off-by: Pierrick Bouvier > > >

Re: [PATCH 12/12] docs: add information on how to setup build environments

2024-11-04 Thread Pierrick Bouvier
On 11/4/24 08:08, Michael S. Tsirkin wrote: On Mon, Nov 04, 2024 at 03:58:19PM +, Peter Maydell wrote: On Thu, 31 Oct 2024 at 04:07, Pierrick Bouvier wrote: MacOS and Linux are straightforward, but Windows needs a bit more details. Signed-off-by: Pierrick Bouvier We have documentation

Re: [PATCH 12/12] docs: add information on how to setup build environments

2024-11-04 Thread Pierrick Bouvier
On 11/4/24 07:58, Peter Maydell wrote: On Thu, 31 Oct 2024 at 04:07, Pierrick Bouvier wrote: MacOS and Linux are straightforward, but Windows needs a bit more details. Signed-off-by: Pierrick Bouvier We have documentation on the wiki currently about how to build on various platforms: http

Re: [PATCH 12/12] docs: add information on how to setup build environments

2024-11-04 Thread Michael S. Tsirkin
On Mon, Nov 04, 2024 at 03:58:19PM +, Peter Maydell wrote: > On Thu, 31 Oct 2024 at 04:07, Pierrick Bouvier > wrote: > > > > MacOS and Linux are straightforward, but Windows needs a bit more > > details. > > > > Signed-off-by: Pierrick Bouvier > > We have documentation on the wiki currently

Re: [PATCH 12/12] docs: add information on how to setup build environments

2024-11-04 Thread Peter Maydell
On Thu, 31 Oct 2024 at 04:07, Pierrick Bouvier wrote: > > MacOS and Linux are straightforward, but Windows needs a bit more > details. > > Signed-off-by: Pierrick Bouvier We have documentation on the wiki currently about how to build on various platforms: https://wiki.qemu.org/Hosts/Linux https

Re: [PATCH 12/12] docs: add information on how to setup build environments

2024-10-31 Thread Pierrick Bouvier
On 10/31/24 02:24, Daniel P. Berrangé wrote: On Wed, Oct 30, 2024 at 09:04:26PM -0700, Pierrick Bouvier wrote: MacOS and Linux are straightforward, but Windows needs a bit more details. Signed-off-by: Pierrick Bouvier --- docs/about/build-platforms.rst | 4 +- docs/devel/build-system.rst

Re: [PATCH 12/12] docs: add information on how to setup build environments

2024-10-31 Thread Daniel P . Berrangé
On Wed, Oct 30, 2024 at 09:04:26PM -0700, Pierrick Bouvier wrote: > MacOS and Linux are straightforward, but Windows needs a bit more > details. > > Signed-off-by: Pierrick Bouvier > --- > docs/about/build-platforms.rst | 4 +- > docs/devel/build-system.rst| 100 +++

[PATCH 12/12] docs: add information on how to setup build environments

2024-10-30 Thread Pierrick Bouvier
MacOS and Linux are straightforward, but Windows needs a bit more details. Signed-off-by: Pierrick Bouvier --- docs/about/build-platforms.rst | 4 +- docs/devel/build-system.rst| 100 + 2 files changed, 103 insertions(+), 1 deletion(-) diff --git a/docs/abo