Quote:
Originally Posted by hariharakumar
I have downloaded outlook messenger for linux, it has .tar.gz extension, i didnot found any installer for linux, i am new to linux. I dont know how to install, please help me
|
1'st of all settle down

no need to compile sources ! Which messanger you are talking about ? If its popular then search it in Synaptic it will be available there ..
Btw to compile.. 1'st copy the link of extracted folder the open terminal and do these 1 by 1..
Code:
cd path of the folder
./configure
make
su or sudo make install
Make sure you read the Install Readme as few sources are compile differently .. also you need to satisfy the dependencies before installing ! Thats a complex stuff so better search in Synaptic !