stackgl / shader-school

:mortar_board: A workshopper for GLSL shaders and graphics programming
Other
4.27k stars 251 forks source link

Linux lib dependencies not automatically installed #152

Open benwiley4000 opened 8 years ago

benwiley4000 commented 8 years ago

My install failed on several counts; I fixed all but one.

The outstanding issue is the esprima-six dependency, which I understand should be eliminated soon (any word on that? the last mention I saw was 15 days ago: https://github.com/stackgl/shader-school/issues/150#issuecomment-162704853).

The rest are libs that the installer expects to be available, and aren't (at least on my Ubuntu Linux system).

I had to install the following (ubuntu repo package names):

To save hassle in the future, it would be great if those system dependencies are made obvious in the documentation, for users on systems which might not provide them automatically.

mattdesl commented 8 years ago

The esprima-six thing should be fixed now. https://github.com/stackgl/shader-school/issues/145#issuecomment-168851132