From owner-freebsd-questions@FreeBSD.ORG Tue Mar 17 11:56:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C82C9106564A for ; Tue, 17 Mar 2009 11:56:46 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 814358FC13 for ; Tue, 17 Mar 2009 11:56:46 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 17 Mar 2009 07:56:45 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.4-GA) with ESMTP id PPK90867; Tue, 17 Mar 2009 07:56:44 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 17 Mar 2009 07:56:45 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18879.36860.350101.832632@jerusalem.litteratus.org> Date: Tue, 17 Mar 2009 07:56:44 -0400 To: Olivier Nicole In-Reply-To: <200903170807.n2H87ht9098814@banyan.cs.ait.ac.th> References: <87fxhcshir.fsf@kobe.laptop> <200903170807.n2H87ht9098814@banyan.cs.ait.ac.th> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org, annonymejens+bsd@runbox.no Subject: Re: Compiling everything myself? 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, 17 Mar 2009 11:56:47 -0000 Olivier Nicole writes: > > What I want to know is the following: Do I get the option of fetching > > sources and running through a guided compilation; or do I get binaries > > (like Debian) only? > > I'd say that installing from the source is part of the phylosophy > of FreeBSD. There are pre-compiled packages, but as I see them, > they are only designed to be bootstrap, not to be used on a long > term basis. While I strongly favor the "roll you own" approach, not every one has the time or patience to sit through building some of the larger applications like Java or KDE/GNOME or (worst of all) OpenOffice. In those limited cases, installing by package makes sense. Robert Huff