RE: doubts on FreeBSD

2005-11-23 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Cstdenis
Sent: Tuesday, November 22, 2005 3:42 AM
To: Anirban Adhikary; freebsd-questions@freebsd.org
Subject: Re: doubts on FreeBSD


Same as any other *nix operating system. Basically just follow the
installation instructions with the program. Common basic ones are...

untar it
tar -zxf file.tar.gz
cd into the extracted dir
cd file/
run the configure script if there is one.
./configure
and compile it with make or if necessary gmake
make


But, if a program is in the ports tree you are better off using 
that unless
you have specific reason not to.


Most of the time - there are some ports that the authors make
very strange decisions on, though.  (ever tried the dspam port?)

Ted
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: doubts on FreeBSD

2005-11-22 Thread Cstdenis
Same as any other *nix operating system. Basically just follow the
installation instructions with the program. Common basic ones are...

untar it
tar -zxf file.tar.gz
cd into the extracted dir
cd file/
run the configure script if there is one.
./configure
and compile it with make or if necessary gmake
make


But, if a program is in the ports tree you are better off using that unless
you have specific reason not to.

- Original Message - 
From: Anirban Adhikary [EMAIL PROTECTED]
To: freebsd-questions@FreeBSD.org
Sent: Tuesday, November 22, 2005 3:37 AM
Subject: doubts on FreeBSD


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]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: doubts on FreeBSD

2005-11-22 Thread simon butsana
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]