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: Olga Krishtal
Subject: Re: [Qemu-devel] How to build qga-vss.dll?
Date: Tue, 23 Jun 2015 16:46:08 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 20/06/15 18:51, Markus Armbruster wrote:
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!
To build it I used --with-vss-sdk option, without it my qga/vss-win32 directory was empty.





reply via email to

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