meta_checkout; closes #544

This commit is contained in:
Thomas Breloff 2016-11-02 10:00:38 -04:00
parent c9835a53e3
commit 5ef7126a3a

View File

@ -78,11 +78,11 @@ end
function add_backend_string(b::GLVisualizeBackend)
"""
For those incredibly brave souls who assume full responsibility for what happens next...
There's an easy way to get what you need for the GLVisualize backend to work:
There's an easy way to get what you need for the GLVisualize backend to work (until Pkg3 is usable):
Pkg.clone("https://github.com/tbreloff/MetaPkg.jl")
import MetaPkg
MetaPkg.checkout("MetaGL")
using MetaPkg
meta_checkout("MetaGL")
See the MetaPkg readme for details...
"""