From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from beaver.sibername.com ([64.15.155.210]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1I2egj-0000in-00 for ; Sun, 24 Jun 2007 22:52:25 -0400 Received: from [24.226.66.233] (helo=tenstac) by beaver.sibername.com with smtp (Exim 4.66) (envelope-from ) id 1I2egD-0005nY-Lh for speakup@braille.uwo.ca; Sun, 24 Jun 2007 22:51:53 -0400 Message-ID: <009501c7b6dc$65c7ed10$ab00a8c0@tenstac> From: "Doug Sutherland" To: "Speakup is a screen review system for Linux." References: Subject: Re: Trying out Slackware Date: Sun, 24 Jun 2007 22:53:30 -0500 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.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - beaver.sibername.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - proficio.ca X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 02:52:26 -0000 Zach, On slackware, forget packages once you have the system installed. Grab the source for xyz software and read the install.txt or readme.txt. In most situations it's as simple as ./configure make make install and some have make test That's if the source was set up to work with autoconf. This is true of most software around these days, as for the ones that don't use it, just read the install directions. Usually all that is required is a few tweaks to makefules to get it to build on your system. I can see the convenience of apt and yum and all that, but I can see the detriment too. Knowing how to build everything from source is very valuable, and that's how to get guaranteed compatibility, since you're using your own runtime libraries. Some things require more work to install on slackware, but it doesn't bother me. As they say, engineers will generally keep engineering _forever_ unless at some time you tell them to stop :) Imagine if we could do this and that and this ... -- Doug