-
Notifications
You must be signed in to change notification settings - Fork 35
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
Installing from 0.5 fails #22
Comments
Ah, yes, the binaries are just a test, they are outdated. I'm slowly working towards a release, but if you want to try now installing the latest free Visual Studio, Qt and CMake and then setting the |
Hmm, I have VS2015 Update 2, which I use to build other (cmake) projects but got this error that I'm not sure how to interpret.
|
I think this is because cmake is not found in the path, you need to add the directory containing cmake.exe to the PATH environment variable (properties on Computer, then advanced settings) |
Thanks, that part was it (I don't have cmake in the path by default).
|
I think that is because it is using the CxxWrap binaries. You could just try Pkg.build("CxxWrap") after setting |
Yep, that worked (had to remove the CxxWrap |
Not exactly the same issue but this kills julia itself
|
That's the most experimental example, only tested on my macOS machine. You need the latest GLVisualize release (not checked out) and add a The error you get looks more fundamental, however, I'll have to test on Windows too. Also, I need to clean up the requirements (make them conditional somehow), so for anything to work right now all the packages listed here need to be installed, even though they are only used in the GLvisualize example: The last version I tested on Windows is 1db61dc, reverting to that should also work. |
I have it all but the |
Because its looking for a
QML-julia-0.5-win64.zip
that does not exist. Only aQML-julia-0.4-win64.zip
The text was updated successfully, but these errors were encountered: