From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-144-136-157-34.qld.bigpond.net.au ([144.136.157.34] helo=data.home ident=mail) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1APE4C-0008E5-00 for ; Wed, 26 Nov 2003 23:47:48 -0500 Received: from geoff (helo=localhost) by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 1APE45-0005sE-00 for ; Thu, 27 Nov 2003 14:47:41 +1000 Date: Thu, 27 Nov 2003 14:47:41 +1000 (EST) From: Geoff Shang To: "Speakup is a screen review system for Linux." In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: Icecast X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 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: Thu, 27 Nov 2003 04:47:48 -0000 Hi Charles: Great to see more people getting into icecast. Installing software from a source tarball is easy. And they pretty much all install the same way. Here's what I do when I download a source tarball. 1. Unpack it with tar -zxf for tar.gz or tgz files, or a variant on that for bz2 files (this will depend on your version of tar). You may wish to view the archive first by substituting the x with t, but in 99% of cases, the files will unpack into a subdirectory which will have the same name as the tarball. 2. Change into the subdirectory. Note that occasionally these will be capitalised, so finding it might take a little guessswork. 3. Read the Readme file. This will usually contain installation instructions, or will tell you where to read them (possibly in an Install file). 4. Most programs use configure and make to compile. If this one does, use the following commands: ./configure --help |more I always do this in case there's stuff burried away in configure that has been left out of the documentation. The only real part of interest is the section near the end which talks about "enable and with options". Have a quick read through there in case there are items you wish to enable or disable. In most cases however, you can safely ignore these and in a lot of cases, there won't be anything there of much interest to the typical user. 5. Type ./configure. If you have anyy options you wish to use, put them on the command line (e.g. ./configure --disable-nls) 6. Assuming configure ran without errors, type make. This will compile the program. Then type "make install" to install it (usually in /usr/local, if you want it somewhere else then use the --prefix option when running configure). Now you should be good to go! Geoff. -- Geoff Shang ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html