You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering some minor (but blocking) difficulties building from the sources. Specifically, Windows + Visual Studio 2017
The naive cloning of repo and opening Principia.sln results in errors like C:\Games\KSP\MODS\Principia\quantities\quantities.vcxproj : error : The imported project "C:\Games\KSP\MODS\Google\protobuf\vsprojects\portability_macros.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. C:\Games\KSP\MODS\Principia\principia.props.
Does there happen to be some build instructions for building from sources and specifically for required dependencies?
The text was updated successfully, but these errors were encountered:
Parts of these instructions are slightly out of date, e.g., "the git Powershell provided by GitHub for Windows" is no longer a thing, but the instructions should work in Powershell in general as long as git is in the PATH.
posh-git is a useful thing to have if you are going to be using git from Powershell a lot; the
line is there to prevent it from wasting time trying to give you a status for chromium.
To be honest, we should just switch to using absl for the stack trace instead of having this really weird dependency on chromium, but we would have to make sure that our stacktrace decoder keeps working.
I'm encountering some minor (but blocking) difficulties building from the sources. Specifically, Windows + Visual Studio 2017
The naive cloning of repo and opening Principia.sln results in errors like C:\Games\KSP\MODS\Principia\quantities\quantities.vcxproj : error : The imported project "C:\Games\KSP\MODS\Google\protobuf\vsprojects\portability_macros.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. C:\Games\KSP\MODS\Principia\principia.props.
Does there happen to be some build instructions for building from sources and specifically for required dependencies?
The text was updated successfully, but these errors were encountered: