glvisualize MetaPkg
This commit is contained in:
parent
980a92c625
commit
2b1c4685d2
@ -77,27 +77,14 @@ end
|
|||||||
|
|
||||||
function add_backend_string(b::GLVisualizeBackend)
|
function add_backend_string(b::GLVisualizeBackend)
|
||||||
"""
|
"""
|
||||||
if !Plots.is_installed("GLVisualize")
|
For those incredibly brave souls who assume full responsibility for what happens next...
|
||||||
Pkg.add("GLVisualize")
|
There's an easy way to get what you need for the GLVisualize backend to work:
|
||||||
end
|
|
||||||
if !Plots.is_installed("Contour")
|
|
||||||
Pkg.add("Contour")
|
|
||||||
end
|
|
||||||
if !Plots.is_installed("GLPlot")
|
|
||||||
Pkg.add("GLPlot")
|
|
||||||
end
|
|
||||||
|
|
||||||
# TODO: remove this section when the tagged versions catch up
|
Pkg.clone("https://github.com/tbreloff/MetaPkg.jl")
|
||||||
for pkg in [
|
import MetaPkg
|
||||||
"GLWindow", "GLAbstraction",
|
MetaPkg.checkout("MetaGL")
|
||||||
"GLVisualize", "GeometryTypes", "FixedSizeArrays",
|
|
||||||
"FreeType", "GLPlot"
|
See the MetaPkg readme for details...
|
||||||
]
|
|
||||||
warn("Running Pkg.checkout(\"\$pkg\"). To revert, run Pkg.free(\"\$pkg\")")
|
|
||||||
Pkg.checkout(pkg)
|
|
||||||
end
|
|
||||||
warn("Running Pkg.checkout(\"Reactive\", \"sd/betterstop\"). To revert, run Pkg.free(\"Reactive\")")
|
|
||||||
Pkg.checkout("Reactive", "sd/betterstop")
|
|
||||||
"""
|
"""
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user