Saturday, November 1, 2014

Install ".tar.gz" file

  1. Extract the zipped file
  2. Open the terminal, and change the directory to the directory where you extracted the zipped file.
  3. search for a file named “install”, “install.txt” or “readme”.
    Open it.
    It will contain the steps of installation.
  4. Usually the steps of installation are:
    1. ./configure
    2. make
    3. sudo make install

No comments:

Post a Comment