From owner-freebsd-questions@FreeBSD.ORG Tue Nov 22 11:42:35 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A52F16A41F for ; Tue, 22 Nov 2005 11:42:35 +0000 (GMT) (envelope-from cstdenis@voicio.com) Received: from swordfish.dnsvelocity.com (swordfish.dnsvelocity.com [209.123.180.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id C554943D4C for ; Tue, 22 Nov 2005 11:42:34 +0000 (GMT) (envelope-from cstdenis@voicio.com) Received: from s0106000f660223be.vc.shawcable.net ([24.83.99.55] helo=chris) by swordfish.dnsvelocity.com with esmtpa (Exim 4.52) id 1EeWJD-0001hV-4R; Tue, 22 Nov 2005 11:27:35 +0000 Message-ID: <005a01c5ef59$d0971fe0$6501a8c0@chris> From: "Cstdenis" To: "Anirban Adhikary" , References: <000a01c5ef59$30ffde90$ae01a8c0@asp.radix.srv> Date: Tue, 22 Nov 2005 03:42:24 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - swordfish.dnsvelocity.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - voicio.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: doubts on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 11:42:35 -0000 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" To: 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"