I am looking for a list of valid arguments that I can use when pointing a node to a configure script. For example, I could do something like this:
./configure
And this will install the platform and system, but what other options are there? (I should also indicate that I am on OSX).
source
share