-
Notifications
You must be signed in to change notification settings - Fork 138
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
windows support? #143
Comments
You'll see that the code has #ifdefs for Windows. The bulk of the initial work will be with CMakefiles, and then filling in the run-time libraries. NVIDIA doesn't have near-term plans to do this work. |
Thanks. NVIDIA was quite generous in open-sourcing this as it is. |
@sscalpone If you guys set up an appveyor account on this repository, I might be able to set up automated builds for windows. Since building the entire stack will take more than the one hour limit, the idea is to cache the build files and then build the next thing if you have time. Libraries:
Then of course the I'm going to try to get this working on my appveyor account first, and if it works, then I can transfer it here. Currently no ETA on completion, as I may run into issues that will require more time than I currently have. |
Update: this comment was completely wrong, sorry. |
Is windows support likely to be added for this project?
The text was updated successfully, but these errors were encountered: