![]() |
![]() |
||
|
|
Installing Predict-2.2.x
Houston, we have a problem!
I have a directory called ~/download/sources where I put all of my downloaded bits and pieces, so if you want to follow my instructions exactly, go ahead and create that folder like this:
mkdir -p ~/download/sources
Next, you need to unpack the Predict-2.2.x source code and compile it to produce a working program. Predict works best if you work as root when you install it, so before doing this next bit, you'll need to become root on your system. Run these commands, replacing yourusername with whatever user you normally log into your Linux box with. You'll also need to check the name of the directory that you end up with after untar'ing the source - this changes with each new release of predict - and substitute this in the 'ln -s' command below.
cd /usr/local
tar -zxf ~yourusername/download/miscsources/predict-latest.tar.gz
ln -s predict-2.2.1 predict
cd predict
./configure
ln -sf /usr/local/predict/predict /usr/local/bin/predict
Just for the benefit of anyone who already has some experience of building software from source code under Linux,
there is no 'make && make install' step required for Predict-2.2.x, as it doesn't use GNU autoconf, despite what the
presence of the 'configure' script might make you think.
Update October 27th 2003: When compiling predict-2.2.2 on my Mandrake 9.1 system, I discovered that the build process fails to detect that my machine has a soundcard. This isn't a huge problem, so I'll come back to this at a later date... Initial configuration
When you run predict from the command prompt in an xterm for the first time, you'll see a couple of introductory
screens where you have to accept the terms of the license under which predict is released and then enter your ground
station details. If you make a mistake when entering your details, you can change them later from within predict. |
![]() |
|
|
I've done my best to ensure that the information given on this site is accurate.
If you make any use of this information, however, you do so entirely at your own risk.
If you lose your job, your house blows up or your dog dies, it's not my fault, okay?
All trademarks and copyrights are owned by their respective companies. Linux is a trademark of Linus Torvalds. HTML coding done
using Bluefish-0.7, together with
wml-2.0.9 (18-Oct-2002) and graphics by The Gimp.
Copyright © 2004 Phil Edwards mailto: webmaster (at) linux2000.com Last updated Sat Jul 16 18:44:41 2005 |