Skip to content
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

install Pkg.checkout("name") first #17

Closed
JeffreySarnoff opened this issue Nov 17, 2017 · 2 comments
Closed

install Pkg.checkout("name") first #17

JeffreySarnoff opened this issue Nov 17, 2017 · 2 comments

Comments

@JeffreySarnoff
Copy link
Contributor

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")
@SimonDanisch
Copy link
Member

I don't know why this is, but if it helped you, why not include it ;)

@JeffreySarnoff
Copy link
Contributor Author

fair enough ..

SimonDanisch added a commit that referenced this issue Nov 17, 2017
SimonDanisch added a commit that referenced this issue Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants