-
Notifications
You must be signed in to change notification settings - Fork 53
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
How to compile GLVis for Windows? #271
Comments
Hello and welcome! What steps have you tried so far? I think CMake-gui or VSC + CMake would be the simplest route. One thing to note is that the GLVis Personally I use WSL for almost everything code related, which has improved significantly over the past several years. Through WSL I can run any graphical application, including GLVis, and it feels like a native Windows tool. I know that is kind of an indirect answer but it is maybe an option to consider. Cheers, |
Did you see this section: Lines 140 to 172 in 84c4ebb
|
Old issues regarding Windows may also be helpful: https://github.com/GLVis/glvis/issues?q=is%3Aissue+windows. |
I am very interested to see the solution of this one as well. Is it possible to see the compilation instructions of the binary published? |
@publixsubfan can confirm, but I believe the build is happening in the GitHub CI: https://github.com/GLVis/glvis/blob/master/.github/workflows/builds.yml |
Actually, I think the action that creates binaries is this: https://github.com/GLVis/glvis/blob/master/.github/workflows/release.yml. This action builds macOS and Windows binaries and uploads them as artifacts, e.g. see here: https://github.com/GLVis/glvis/actions/runs/6814543178, at the bottom of the page -- unfortunately, the artifacts are kept just for a short time, so the binaries from that build are not available anymore. Maybe we can upload them as GitHub packages when build, so they can be downloaded from GitHub from the "Packages" section on the right of the main GLVis/glvis repo page. @jandrej is this something that can be easily done? This way we can always have the latest binaries from By the way, the macOS and Windows binaries available on the GLVis website, https://glvis.org, are stored in the repo https://github.com/GLVis/releases and correspond to the latest release, v4.2, at the moment. |
Hello VDobrev, We are running glVis on windows from the binary package download, but we are looking for ways to compile glVis under windows. I am a linux user of 25+ years, and I have been lost in windows build process. Almost passed the glew dependency issue, but there are number of dependencies that make this very diffucult in windows. In linux what is just one command, takes hours of Best Regards, |
@altineller, are you using Lines 152 to 172 in 84c4ebb
Are the issues with the |
@v-dobrev that indeed worked. thank you. the problem was we were trying to install all these dependencies by hand instead of a toolchain file. |
In our project, we want to call GLVis as a library and compile it on Windows. It is recommended to compile it with CMake for Windows, but sufficient explanation is not given. What solution would you suggest regarding this?
The text was updated successfully, but these errors were encountered: