From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 05:28:18 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 94BC516A41F for ; Thu, 24 Nov 2005 05:28:18 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.web-strider.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id A18FE43D80 for ; Thu, 24 Nov 2005 05:28:17 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id jAO5VGb79913; Wed, 23 Nov 2005 21:31:16 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Cstdenis" , "Anirban Adhikary" , Date: Wed, 23 Nov 2005 21:28:12 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: <005a01c5ef59$d0971fe0$6501a8c0@chris> Importance: Normal 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: Thu, 24 Nov 2005 05:28:18 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On 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