You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing node-canvas on Fedora 18 (and other rpm-based distributions) is easy (i hope so)!
Installing node.js 0.10.12
$ mkdir nodeSRC
$ cd nodeSRC/
$ wget http://nodejs.org/dist/v0.10.12/node-v0.10.12.tar.gz
$ tar -zxvf node-v0.10.12.tar.gz
$ ./configure
$ make
$ su -c 'make install'
$ cd ..