From owner-freebsd-questions@FreeBSD.ORG Thu Jun 17 14:11:13 2004 Return-Path: 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 2D24016A4CE for ; Thu, 17 Jun 2004 14:11:13 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A781A43D5C for ; Thu, 17 Jun 2004 14:11:12 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i5HEA1u20342; Thu, 17 Jun 2004 10:10:01 -0400 (EDT) From: Jerry McAllister Message-Id: <200406171410.i5HEA1u20342@clunix.cl.msu.edu> To: jorn@wcborstel.nl (Jorn Argelo) Date: Thu, 17 Jun 2004 10:09:59 -0400 (EDT) In-Reply-To: <40D19CD5.2050303@wcborstel.nl> from "Jorn Argelo" at Jun 17, 2004 03:29:57 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Graham Bentley cc: questions@freebsd.org Subject: Re: New user questions :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 14:11:13 -0000 > > Graham Bentley wrote: > > >Thanks for that Jorn :) > > > >I am still elarning (guess I'll never stop :) > > > >I did a minimal config of FreeBSD and wanted > >to use Midnight Commander > > > >(I know this isnt that secure and its a bit of a crutch > >but its good for noobs like me) > > > >Anyway, there was 7 porgs missing all of which > >DL'ed and compiled but it took 35 minutes !!! > > > > > I suppose you don't want to compile KDE or OpenOffice.org from source > then. KDE took me roughly ten hours and OpenOffice.org roughly twelve > hours, including the java installation. *grin* > > >Is it possible to install just the binary (stoopid > >question if that binary needs libs / other progs > >to be installed first :) > > > > > You can install packages, yes. Just use the pkg_add command. However, I > believe that the wonder of Open Source is that we compile the source > code ourselves. If you're a fan of packages and RPMs, then you might as > well use Bill's software then *ducks* That advice may be OK for some things, but it doesn't make sense to make yourself compile such behemoths as Openoffice and etc unless you are in to pain and suffering for your entertainment. Download the packages from the creator/maintainer and pkg_add them. They already make a version compiled just for FreeBSD. For Openoffice, check out: http://projects.imp.ch/openoffice/ I used that and it works and works just fine. There was an error in the instructions though. When you get done with the pck_add you need to run it to config. That is: /usr/local/OpenOffice.org1.1.0/program/soffice instead of what they say. That depends a little, also on where you install it. This depends on installing it in: /usr/local/OpenOffice.org1.1.0/ As for the rest of the advice, yah, learn cvsup, the worlds, etc But, when there are good packages available, don't be shy about using them. This is a practical thing. It ain't about how much macho-man you are. ////jerry