From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server1.shellworld.net ([64.39.15.178] ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 18piB1-0004Yl-00 for ; Mon, 03 Mar 2003 00:07:47 -0500 Received: from localhost (ldavis@localhost) by server1.shellworld.net (8.11.1/8.11.1) with ESMTP id h2357hb35413 for ; Sun, 2 Mar 2003 23:07:43 -0600 (CST) (envelope-from ldavis@shellworld.net) Date: Sun, 2 Mar 2003 23:07:43 -0600 (CST) From: Luke Davis To: speakup@braille.uwo.ca Subject: Re: More Problems Installing Speakup In-Reply-To: <20030302222346.GC161@lnx3.holmesgrown.com> Message-ID: References: <20030302222346.GC161@lnx3.holmesgrown.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: I did this: Tared the download of the CVS tree (comes down in a directory "speakup"). I then brought that to my (unconnected) Linux machine, and un-tarred it in /usr/src, moved it to speakup-1.00 as the new directory name, and made a simlink of "speakup" to it, just because. I already knew that install expected /usr/src/linux, so I made that link to the actual 2.4.20 source tree. I then ran install, and got the output I forwarded. Note that the directory listing I gave, was of /usr/src/speakup-1.00 (simlinked to speakup). Regards, Luke On Sun, 2 Mar 2003, Steve Holmes wrote: > When you run the checkout script, it expects to find a directory > /usr/src/linux. Now that most recent kernels go into a directory > including the version number like linux-2.4.20, you would need to > create a symbolic link pointing linux to linux-2.4.20. I did this > very step just the otherday and the checkout script went fine. The > result of running the script will patch the actual speakup directories > within the linux source tree and not the speak-1.0 source. > > Now if you used CVS to download the entire patch collection instead of > running the checkout script, then you would put that directory (say > speakup-1.0.cvs for example) then run the install script from inside > the new speakup directory. In any case, the patches are applied > directly to the linux source code itself. > > After all that:) just run the usual 'make config' step like you always > do for a kernel compile. >