We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My install worked with checking out the main branch before checking out the makie branch. (v0.6)
Pkg.clone("https://github.com/SimonDanisch/Makie.jl.git") Pkg.checkout("GLAbstraction") Pkg.checkout("GLAbstraction", "sd/makie") Pkg.checkout("GLVisualize") Pkg.checkout("GLVisualize", "sd/makie") # For UV examples, e.g. earth texture on sphere, or textured cat Pkg.checkout("MeshIO") Pkg.checkout("MeshIO", "sd/objuv") Pkg.checkout("GeometryTypes") # For image loading Pkg.add("ImageMagick") # For precompilation Pkg.clone("https://github.com/SimonDanisch/PackageCompiler.jl.git") Pkg.build("PackageCompiler") Pkg.checkout("StaticArrays") Pkg.checkout("GLWindow") Pkg.checkout("GLWindow", "sd/static") Pkg.checkout("GLFW")
The text was updated successfully, but these errors were encountered:
a5cebd9
I don't know why this is, but if it helped you, why not include it ;)
Sorry, something went wrong.
fair enough ..
Merge pull request #18 from JeffreySarnoff/master
84cb801
fixes all of (#17)
Merge pull request #17 from JuliaPlots/sd/cov
bff8566
More coverage
No branches or pull requests
My install worked with checking out the main branch before checking out the makie branch. (v0.6)
The text was updated successfully, but these errors were encountered: