			TRK - Satellite Tracking Program
			================================

QUICKSET - For who is impatient and/or don't like manuals! (TRK has an easy 
	   structure we can do it but it isn't a good rule).

Unpack
------

Get trk-x.x.xx.tgz somewhere and unpack somewhere with:

	tar xzvf trk-x.x.xx.tgz


Compile
-------
cd into the dir where trk source file are and then do:

	make all


Install
-------
Trk is now ready but must fit into the system, to do this:

	make install

and

	make install_rotord

to install rotor stuff.

Run
---
Trk is now ready to run but data must supplied for:

- Observer: update $HOME/.trk/obs.dat
- TLE: copy a fresh tle file into $HOME/.trk/trk.tle

now you can issue

	trk


Use TRK
-------
If everything has gone right you'll se the standard trk screen with Home
observer tracking the first object in the tle file. It's time to take a look
at online manual:

	man trk

However the very first things to do when trk is running are:

- verify clock and local time/UTC setting
- check if observer home site is right pressing 'i'
- try to move up and down the tle file with curs right/left




Have fun!
