RAMBLE RAMBLE RAMBLE

Tuesday, May 29, 2012

How to compile source code. [LINUX]


  1. Download the .tar.gz(or zip)
  2. Extract it
  3. cd to the directory
  4. read the README
  5. read the INSTALL
  6. type: ./configure
  7. type make 
  8. type: sudo make install
That's it.