On Sun, Mar 6, 2011 at 11:44 PM, Prasanna Venkadesh <[email protected]> wrote: > Hi friends, > > Can anyone explain me : How to install a tar.gz package using terminal,( a > very easy step-by-step tutorial) ? >
If no dependencies hurt you then $ tar zxpf foo.tar.gz $ cd foo $ ./configure && make # make install -- Gayatri Hitech http://gayatri-hitech.com [email protected] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
