-
Notifications
You must be signed in to change notification settings - Fork 102
Convenience script for Visual Studio 2019 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
I know it says Visual Studio 2019, but I removed that cause Unreal Engine was not playing nice.
|
Ok, One problem was that I had Dropbox on. So maybe 2022 worked... Anyway now I have this:
As you can see the second build failed. Look at this line for example:
It seems since the path is not quoted that spaces might be the problem. Anyway, if I look in the Also it makes me wonder why the executable is not on the release page... |
I added a simple PowerShell script that automates first build for Visual Studio 2019. All protobuf dependencies are resolved automatically. Makes getting started much easier for people who want to move on from VS2010.
Instructions have been added to the second-level README
This script should work out of the box on any modern Windows machine -- PS, tar, and curl are preinstalled with the OS these days.