-
Notifications
You must be signed in to change notification settings - Fork 11
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
Build not working with xbuild #28
Comments
Looks like xbuild doesn't like the MSBuild foolishness required to be able to build both a .NET 2.0 and .NET 4.5 version. Options:
|
Yes, the windows compiled binaries work, but if people want to experiment/hack on it, they should be able to compile it. :) Anyway, it seems to work with msbuild. msbuild git doesn't build with current mono, I think it's fixed in mono git, but I haven't tested it. But there is a prebuilt binary from corefx that can be installed like this if you have nuget installed: And then you can build Managed-OSVR with
Not sure where to get the current version number, but here: https://github.com/dotnet/corefx/blob/master/build.sh#L191 |
As reported here:
OSVR/OSVR-Unity#8
There currently isn't a way to build Managed-OSVR on linux with xbuild.
The text was updated successfully, but these errors were encountered: