After getting node.js to build the gladius tests etc., node.js tells me I don't have a proper cxx compiler.
Digging around I find a nice stackoverflow page that shows me I have to:
yum groupinstall "Development Tools"
yum install openssl-devel
Now I can install node.js so I can 'make' gladius and check the tests to see what I broke.
Fedora should really come with some of this stuff standard.
No comments:
Post a Comment