Currently this package requires users to perform their own install of a PlotJuggler binary on their machine, which is found by this package using which plotjuggler (probably not cross-platform compatible).
It should be possible, I think, to use BinaryBuilder.jl to wrap a build and create a package (PlotJuggler_jll.jl?) which, added as a dependency to this package, will result in a completely seamless install of PJ when the PJ Julia package is installed.
Still learning how BinaryBuilder works, this should be a good learning experience.
Currently this package requires users to perform their own install of a PlotJuggler binary on their machine, which is found by this package using
which plotjuggler(probably not cross-platform compatible).It should be possible, I think, to use BinaryBuilder.jl to wrap a build and create a package (PlotJuggler_jll.jl?) which, added as a dependency to this package, will result in a completely seamless install of PJ when the PJ Julia package is installed.
Still learning how BinaryBuilder works, this should be a good learning experience.