qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] How to build qga-vss.dll?


From: Markus Armbruster
Subject: Re: [Qemu-devel] How to build qga-vss.dll?
Date: Sat, 20 Jun 2015 17:51:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Tomoki Sekiyama <address@hidden> writes:

> Hi Markus,
>
> The steps to build qga-vss.dll are:
>
>  - Install some MinGW library packages: When I tested in fedora22,
>    I need mingw32-winpthreads-static package in addition to
>    packages on the qemu wiki page: http://wiki.qemu.org/Hosts/W32
>
>  - Download Microsoft VSS SDK from:
>    http://www.microsoft.com/en-us/download/details.aspx?id=23490
>
>  - Extract the SDK
>    scripts/extract-vsssdk-headers setup.exe (on POSIX-systems)
>    -> extracted into "inc" directory
>
>  - Specify installed SDK directory to configure option as:
>    ./configure --cross-prefix=i686-w64-mingw32- \
>                --with-vss-sdk=inc
>
>  - make qemu-ga.exe qga/vss-win32/qga-vss.{dll,tlb}
>
> I hope this helps.

It does, thanks!



reply via email to

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