-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependency list #828
Comments
browserify is another dependency missing. Although I installed it independently, should it be added to the npm packaging info? |
browserify is a devDependency of this package, it is already in the package.json and works quite well for me. |
There are multiple errors intertwined, so that's why I thought browserify was an issue - here's what I got after wiping out
if I |
@pnorman is this still an issue? |
There are no additional dependencies for production use. However, to run the headless rendering tests, libglew-dev and imagemagick are required. |
I tested and
On the same VM I tried I got the error
Edit: For completeness I checked |
@pnorman You'll need to rerun |
Still failing. Full script, starting from a clone of the clean 14.04 virtualbox VM I keep
This produces the error above. |
@pnorman Can you gist the output? |
Which output? The output of |
Of the entire sequence of commands. |
https://gist.github.com/pnorman/debf8327f8e753f916de has logs, except for the initial update and upgrade |
From
Is |
There's a few other optional dependencies which have failed too. |
[wip] Write a more exhaustive dependency list. Fixes #828
so, did you find a solution for this? |
The documentation does not contain a dependency list. It would be useful.
I had to install the glew headers (
libglew-dev
on debian-based systems), but I don't know what other requirements there are, other than a C compiler.The text was updated successfully, but these errors were encountered: