node-heapdump icon indicating copy to clipboard operation
node-heapdump copied to clipboard

g++ and make are required to build

Open mklimek opened this issue 8 years ago • 0 comments

I've just tried install heapdump on Ubuntu 14.04.4 LTS and it fails.

You need to install make and g++ to succeed. apt-get install make apt-get install g++

and then: npm install heapdump

mklimek avatar May 13 '16 08:05 mklimek