• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

clients/H18-May-2020-40,63932,600

default/H04-May-2018-574571

docs/H09-May-2020-763639

utils/H04-May-2018-1,364952

vocalizer/H03-May-2022-364252

.versionH A D29-Sep-20206 21

CHANGESH A D09-Oct-202028.8 KiB683503

COPYINGH A D04-May-201817.6 KiB340281

CREDITSH A D04-May-20181.6 KiB5035

HISTORYH A D10-May-20201.3 KiB2822

LICENSEH A D04-May-201834.3 KiB675553

MakefileH A D03-May-20221.1 KiB3124

NEWSH A D18-May-20201.6 KiB3828

READMEH A D29-Sep-20202.6 KiB8259

buildH A D10-Jul-2020343 1612

cleanH A D04-May-2018465 2016

configureH A D08-Oct-20206.3 KiB254168

kepupdateH A D08-Oct-2020642 2412

predict-2.2.7.lsmH A D29-Sep-20201.7 KiB3735

predict.cH A D12-Oct-2020157.5 KiB6,8664,806

predict.hH A D03-May-202282 21

uninstallH A D04-May-2018323 61

xpredictH A D18-May-2020984 1514

README

1			=========================
2			PREDICT QUICK START GUIDE
3			=========================
4
5SYSTEM REQUIREMENTS
6===================
7This program requires ncurses version 4.2 or higher.  Earlier versions have
8been known to cause segmentation faults and/or odd display colors with this
9program.  ncurses may be obtained via anonymous FTP at:
10
11	ftp://ftp.invisible-island.net/ncurses/
12
13or:
14	https://invisible-mirror.net/archives/ncurses/
15
16The Linux pthreads library is also required.  Both of these libraries are
17usually available in modern Linux distributions.
18
19
20UNPACKING
21=========
22The PREDICT archive can be unpacked in any directory for which read access
23is provided for all system users (such as /usr/src or /usr/local/src for
24Slackware Linux).  As root, move the tar file to such a directory and
25issue the command:
26
27	tar xvfz predict-2.2.7.tar.gz
28
29to unpack the file.
30
31
32COMPILATION
33===========
34PREDICT's compilation and installation procedure differs slightly from
35that of most software, but should easy enough to understand and follow.
36First, move (cd) into the predict directory and execute the included
37"configure" script by typing:
38
39	./configure
40
41as root at your command prompt.  This script compiles and runs the install
42program that configures the source code for PREDICT.  It then compiles and
43installs PREDICT by creating symbolic links between the executables created
44in the installation directory and /usr/local/bin.  If a destination directory
45other than /usr/local/bin is desired, invoke configure with the desired
46directory as an argument on the command line:
47
48	./configure /usr/bin
49
50
51FIRST TIME USE
52==============
53First time users will be asked to enter their groundstation latitude and
54longitude in decimal degrees or in degree, minute, second (DMS) format.
55Normally, PREDICT handles longitudes in decimal degrees WEST (0-360
56degrees), and latitudes in decimal degrees NORTH.  This behavior can be
57modified by passing the -east or -south command line switches to PREDICT
58when it is invoked.  Your station's altitude in meters above mean sea
59level, a recent set of Keplerian orbital data for the satellites of
60interest, and an accurately set system clock are also required if
61successful real-time satellite tracking is also desired.  Sources
62for such data include http://www.celestrak.com/,
63http://www.space-track.org, and http://www.amsat.org/.
64
65
66FOR FURTHER INFORMATION
67=======================
68Please consult the files under the "docs" subdirectory for more
69directions on the use and capabilities of PREDICT.
70
71The latest news and information regarding PREDICT software is
72available at: http://www.qsl.net/kd2bd/predict.html.
73
74
75Happy Tracking!
76
77--
78John, KD2BD
79kd2bd@amsat.org
80October 2020
81
82