/ Published in: Other
These are general instructions for compiling applications from source on OS X, leveraging the configure script that is included with most source packages these days :) Its dead simple.
Expand |
Embed | Plain Text
# 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.
