[quoted lines by Anders Holmberg on 2013/03/07 at 15:06 +0100] >I download it from your site.
I'm assuming you mean that you download a .tar.gz file. The way to build the latest development code is almost the same - just a few more steps. You need the svn command in order to get the latest code from brltty's source repository. So, the first thing you need to do is to install the svn command if you don't already have it. If it's not packaged as svn, it may be packaged as subversion. Then, you'll also need the tclsh command (usually packaged as tcl), and the autoconf command (usually packaged as autoconf). Once you have all of these, do the following three commands in order to get yourself to the same place you're at when you expand a .tar.gz file: svn checkout svn://mielke.cc/main/brltty cd brltty ./autogen Then, it's the configure and make that you're already used to doing. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: [email protected] | Canada K2A 1H7 | http://FamilyRadio.com/ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
