Wednesday, September 28, 2011

Testing Road Block

So I changed all the code around to what I think it should be and I went to test it but of course I'm missing node.js.

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

To install all the proper compilers etc.

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