Skip to content
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

README or bootstrap.ps1 #242

Closed
WhiteSmoogy opened this issue Nov 2, 2016 · 2 comments · Fixed by #11699
Closed

README or bootstrap.ps1 #242

WhiteSmoogy opened this issue Nov 2, 2016 · 2 comments · Fixed by #11699

Comments

@WhiteSmoogy
Copy link

  • $gitHash = git rev-parse HEAD
  •        ~~~
    
    • CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

README should tell user :"Must Have Git! In Path" (something,i think git not required)

And "VS140COMNTOOLS" is terrible ,How About Visual Studio Preview ?

@ras0219-msft
Copy link
Contributor

Unfortunately, CMake doesn't yet ship with a way to use the Visual Studio "15" Preview compiler, so you will need to have Visual Studio 2015 installed on your machine for the libraries to build. The built libraries will be ABI compatible with VS "15", so you can still build your application with Preview (and the user-wide integration should work as well).

Thanks for catching the issue with git needing to be on the path. I'll update the README.

@ras0219-msft
Copy link
Contributor

Fixed in 265ca59.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants