seishun / SteamPP

C++ library to interoperate with Steam servers
MIT License
112 stars 22 forks source link

SteamPP seems to require GLib #23

Closed Dipricyn closed 8 years ago

Dipricyn commented 8 years ago

Hello, when I was trying to build GLib on Windows 10 I noticed that cmake demanded GLib in order to build the project files for Visual Studio. As I couldn't find anything at the SteamPP Wiki page I would like to ask if it really requires GLib and if it is possible to build this library on Windows using Visual Studio 2013 x64. I have been trying to build the dependencies for quite a while now but it's no fun on Windows. Everytime you try to build a library that SteamPP depends on those libraries require others to work until you can only find outdated versions. I would be glad if I could get some hints on how to build your SteamPP.

Greetings