ashima / webgl-noise

Procedural Noise Shader Routines compatible with WebGL
MIT License
2.8k stars 302 forks source link

Linker flags in Linux makefiles #5

Closed FreeFull closed 12 years ago

FreeFull commented 12 years ago

In order to compile the Linux demo and benchmarks, I had to add -lGL to the makefiles.

stegu commented 12 years ago

For some reason, it compiles on my system anyway, but of course -lGL should be in there. Thanks for catching that.

/Stefan

On Fri, Mar 16, 2012 at 4:17 AM, Filip Szczepański reply@reply.github.com wrote:

In order to compile the Linux demo and benchmarks, I had to add -lGL to the makefiles.


Reply to this email directly or view it on GitHub: https://github.com/ashima/webgl-noise/issues/5

stegu commented 12 years ago

Makefiles updated 2012-03-19. Issue closed.