Commit b0773679 authored by mrzmmr@gmail.com's avatar mrzmmr@gmail.com

Edit link

parent 85fd41e8
......@@ -11,6 +11,7 @@ class Nodejs < Package
def self.build
# These are needed for node to install
system "sudo ln -s /usr/local/bin/gcc /usr/local/bin/cc"
system "./configure"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment