Hacker News new | ask | show | jobs
by darklajid 5029 days ago
No. The usual three step installation from source is

1. configure

2. make

3. sudo make install

Note the absence of 1, which would usually perform these kinds of things (checking for prerequisites, for example).