Closed rctoris closed 9 years ago
Related #133. Ideally we could detect if libcario
is installed. If it isn't
a) install it (requiring sudo) b) Error the build and give users instruction on how to install it
Also I'm not even sure if we need libcario
for what we use canvas for (if someone adds some unit tests related to png decompressing we can verify)
I would suggest b) to resolve the issue. This is issue of node-canvas
not internal problem of roslibjs
.
+1 to b
@jihoonl can you run a npm release to propagate this please?
Currently
npm install
will runmisc/install.sh
which runs some sudo commands. This is unexpected behavior to many and breaks many automated scripts. I propose removing this from the npm install script and placing the instruction to run the script in the README instead.