I get errors building it.
julia> Pkg.build("TestImages")
=============================[ ERROR:
TestImages]==============================
spawn: no such file or directory (ENOENT)
while loading C:\Users\Jacques\.julia\v0.3\TestImages\deps\build.jl, in
expression starting on line 17
================================================================================
================================[ BUILD ERRORS
]================================
WARNING: TestImages had build errors.
- packages with build errors remain installed in
C:\Users\Jacques\.julia\v0.3
- build a package and all its dependencies with `Pkg.build(pkg)`
- build a single package by running its `deps/build.jl` script
================================================================================
On Wednesday, April 2, 2014 6:07:57 PM UTC-4, Tim Holy wrote:
>
> It's a very simple package: it provides an easy way to load images that
> have
> become something of a standard in the image processing community.
>
> https://github.com/timholy/TestImages.jl
>
> If there are important ones I've missed, feel free to submit a PR.
>
> --Tim
>
>