[Spice-devel] spice-client
Frediano Ziglio
fziglio at redhat.com
Tue Nov 27 08:52:27 UTC 2018
> hello,i want to build spice-client project with visual studio 2015,but how
If you mean spice-gtk client the easy answer is that you can't.
In theory is C so you could try to build it. Get all dependency in place,
download the sources, make a project, fix and build.
As build system we are moving to Meson. Meson can generate projects for
Visual Studio so this could potentially save time to build the project and
find the correct flags.
Said that take into account that porting to Visual Studio could take time
and requires the knowledge of build systems and libraries deployment on both
sides (Linux with its tools and Windows).
If you want just to use part of the client in your code you can compile
with standard toolchain (MingW) and use the generated DLLs, the ABI is the
same.
Frediano
More information about the Spice-devel
mailing list