[Spice-devel] Build windows virt-viewr
Marc-André Lureau
mlureau at redhat.com
Tue Dec 10 06:01:35 PST 2013
hi
----- Original Message -----
> On Tue, 10 Dec 2013 06:13:44 AM Marc-André Lureau wrote:
> > > Missing two dlls:
> > >
> > >
> > > /usr/i686-w64-mingw32/sys-root/mingw/bin/libdbus-glib-1-2.dll
> > > /usr/i686-w64-mingw32/sys-root/mingw/bin/libdbus-1-3.dll
> >
> > Weird that dbus and dbus-glib are needed.
>
>
> Whereabouts are the dll dependencies specified for the installer?
The MSI installer is cross-built using msitools.
Each dependency library or components are described in wxi fragment files.
msitools provides a bunch of mingw/fedora wxi files under
/usr/share/wixl-0.93/include/
Each wxi itself can require other dependency via the <?require?> directive.
(simple ex: libxml2: https://git.gnome.org/browse/msitools/tree/data/wixl/libxml2.wxi)
The toplevel project (here virt-viewer) requires its direct dependencies only.
hope that helps
More information about the Spice-devel
mailing list