Unfortunately

```
INFO: Updating ModernGL...
INFO: Updating GLText...
INFO: Updating GLFW...
INFO: Updating GLUtil...
INFO: Updating GLWindow...
INFO: Updating TestImages...
INFO: Computing changes...
INFO: No packages to install, update or remove
```

```
julia> Pkg.test("ModernGL")
INFO: Testing ModernGL
ERROR: could not find GLFW library
 in error at error.jl:21
```



Domingo, 6 de Julho de 2014 22:28:47 UTC+1, Johan Sigfrids escreveu:
>
> I get a windows with a triangle and a blue/black background, which I take 
> it means everything Just Worked*™*.
>
> Easiest way to run the test is to do Pkg.test("ModernGL")
>
> On Monday, July 7, 2014 12:11:41 AM UTC+3, Simon Danisch wrote:
>>
>> Hi,
>> I'm slowly trying to push out a stable version of GLPlot.
>> First step is testing the ModernGL package.
>> It would be really kind, if anyone with 10 minutes of time could try, to 
>> run the test in ModernGL.
>> You need:
>> `Pkg.add("GLFW")`
>> GLFW downloads the binaries under windows completely automatically, for 
>> linux it tries to build them but fails if you don't have xorg-dev, 
>> libglu1-mesa-dev 
>> and cmake present.
>> For OSX, you need to use homebrew, or something comparable.
>> Besides, GLFW has a very good documentation for building it: 
>> http://www.glfw.org/docs/latest/compile.html
>>
>> Then:
>> `Pkg.clone("https://github.com/SimonDanisch/ModernGL.jl.git";)`
>> Then:
>> go to `.julia/v0.3/ModernGL/test/` and run `julia runtests.jl
>> `
>> If everything is fine, a window opens with a triangle, if not, please 
>> report the error messages (best on 
>> https://github.com/SimonDanisch/ModernGL.jl)
>>
>> The runtest file itself is a quite the frankenstein monster, put together 
>> from GLUtil and yurivish <https://github.com/yurivish> simple OpenGL 
>> example to reduce dependencies.
>>
>> Thanks for your time!
>>
>> Simon
>>
>>
>>

Reply via email to