Published in: Other
I was a little nervous when I found out we don't use MacPorts or Fink at my new job --- they compile tools from source instead. Turns out that compiling is pretty easy though, at least so far.
# cd into the source directory and run the following command. That should do it. sudo ./configure; sudo make; sudo make install
You need to login to post a comment.
