Hi,
   
  copy the tar ball somewhere, and decompress it using
   
  tar -xvzf filename.tar.gz
   
  Usually a directory with name <filename> will be created and you need to go 
there using
   
  cd <filename>
   
  There you usually find a file README or INSTALL with all necessary 
instructions. You can read the README or INSTALL file by typing 
   
  cat README | more   (or cat INSTALL|more)
   
  Basically the minimu set of instructions will be (after the cd <filename>)
   
  make
  make install
   
  Enjoy
   
  Simon

Anirban Adhikary <[EMAIL PROTECTED]> a écrit :
  Hi guys,

This is ANIRBAN. I have question on How to install any application on FreeBSD 
from tar.gz source?

Hoping to received the answer soon.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
  


                
---------------------------------
 Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger
 Téléchargez le ici !  
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to