Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2005 03:42:24 -0800
From:      "Cstdenis" <cstdenis@voicio.com>
To:        "Anirban Adhikary" <anirban.adhikary@123india.net>, <freebsd-questions@FreeBSD.org>
Subject:   Re: doubts on FreeBSD
Message-ID:  <005a01c5ef59$d0971fe0$6501a8c0@chris>
References:  <000a01c5ef59$30ffde90$ae01a8c0@asp.radix.srv>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <anirban.adhikary@123india.net>
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 "freebsd-questions-unsubscribe@freebsd.org"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005a01c5ef59$d0971fe0$6501a8c0>