-
Notifications
You must be signed in to change notification settings - Fork 146
Win build vcpkg #610
base: master
Are you sure you want to change the base?
Win build vcpkg #610
Conversation
… typedef for ubuntu on older boost, or require building newer boost.
Also did a little clang cleanup.
Working on #608
|
@HipsterSloth - Sorry for the noise. It seems like the ImGui changes were mostly done. It was crashing when the service was crashing due to some weird timing issues. I've made some small changes to use the clipboard because the callback signatures changed, and ConfigTool seems to be working properly (in Linux at least, haven't tested Windows). On to the next problem. |
Thanks for all of your work on this so far! Super exciting to get a proper package manager in windows. I did a sync on this branch so I can help out with any weird compilation issues or crashes you'd like me to look at. Looking over the imgui changes you made those seem right. I'm in the middle of downloading the vcpackages at the moment. It'll likely be tomorrow night that I'll actually be able to compile stuff. Just to make sure I'm setting vcpkg up correctly, this is what I did:
Does this look right to you? I had to do the second install because it looks like vcpkg assumes 32-bit by default. |
The first vcpkg install was probably unnecessary. Check out the doc folder. |
5c53c10
to
88a6917
Compare
Updated cmake files to use vcpkg on Windows. Along with this comes updates to dependencies (in progress).