The proper sequence of installing a OSS from source is(are)

  1. ./configure;make;make install

  2. ./configure;make install

  3. ./configure --prefix=/usr/apps;make;make install

  4. ./configure;make all;make install


Correct Option: C

Find more quizzes: