home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd8.lzh / ReadMe < prev    next >
Text File  |  1990-04-16  |  1KB  |  33 lines

  1. installation :
  2.  - copy ephem or ephem881 to your execution directory. ephem881 can be renamed
  3.    to ephem (both module names are 'ephem').
  4.  
  5.  - the environnement variable TZ has to be set.
  6.    for central europeen time : setenv TZ CET (see also the C users manual
  7.    under 'time()'). the best would be to set it in your .login file.
  8.  
  9.  - copy ephem.cfg and ephem.db to /dd/SYS. in ephem.cfg you can configure
  10.    your geographical position. for more information see the file 'ephem.doc'.
  11.    if you want to have your own configuration file, you can have it in your
  12.    local directory called 'ephem.cfg' or in your hame directory called
  13.    '.ephemrc'. It's also posiible to specify the file on the command line
  14.    ( ephem -c <filename> ).
  15.    the files are searched in the following order :
  16.  
  17.         1. -c <filename>
  18.         2. ./ephem.cfg
  19.         3. getenv("HOME")/.ephemrc
  20.         4. /dd/sys/ephem.cfg
  21.  
  22.    if one of the files is found it is read and the search will be aborted.
  23.    it is similar for 'ephem.db' :
  24.  
  25.         1. -d <filename>
  26.         2. getenv("EPHEMDB")
  27.         3. ./ephem.db
  28.         4. /dd/sys/ephem.db
  29.  
  30.  - ephem.doc is the full documentation for the program and should be read to
  31.    understand the funcionality of the program.
  32.  
  33.