|
Wednesday, 19 Jun 2013, 02:22 UTC |
| Web Forum · Project Page · OZ9AEC Home |
Contents |
Gpredict Download InfoCurrently, I can only guarantee installation support for source package, although binary packages may be available from third parties. Brief installation instructions and notes are given below. Please also study the documents available in the source package. Shortcuts: Debian, Ubuntu, Fedora Core, Suse, Mandriva, Tiny Core, BSD, Mac OS X, Windows. Source PackageIf you can not find a suitable binary package you can try to compile Gpredict from source – it is actually quite easy. The latest source distribution can be downloaded from the SourceForge download area. Unpack the source package with: tar -xvfz gpredict-x.y.z.tar.gz Change to the gpredict-x.y.z directory and build gpredict:
./configure
make
make install
The last step usually requires you to become root, otherwise you may not have the required permissions to install gpredict. If you can not or do not want to install gpredict as root, you can install gpredict into a custom directory by adding --prefix=somedir to the ./configure step. If the configure step fails with an error, examine the output. It will usually tell you which package or libraries you need in order to build gpredict. Please note, the you also need the so-called development packages. In many GNU/Linux systems you can just install the GNOME Development stuff, but I would recommend to just install everything if you can (except if you are running Debian ;-). The network support (automatic TLE update) requires cURL and libcurl. It is available for all Linux distribution that I know of. If you encounter any show-stoppers, feel free to ask for help, see User Support. UbuntuGpredict has been included in Ubuntu Universe since Dapper. If the package included in the distribution is too old, you can try the latest builds from thew Gpredict Team's personal package archive. Debian PackagesGpredict has been included in Debian for a long time. See the package status page for details. Fedora CoreGpredict is available for Fedora Core, see the status here. Thanks to Denis Leroy for packaging. Suse LinuxGpredict is included in Open Suse since 10.2, see the hamradio repository. MandrivaNo recent info available. You can try the Fedora or Suse RPMs. Tiny Core LinuxGpredict is now also included in Tiny Core Linux. BSDGpredict is available from freshports. Mac OS XThere are two possibilities:
There is unfortunately no native Mac OS X package that doesn't require a port to be installed. WindowsWe have had regular windows binary build of Gpredict since v1.1, thanks to Alan Moffet KE7IJZ and Valentin Yakovenkov. Check the download site – if there is none for the latest version try to look for the previous versions. Feedback is welcome. You can use the bug tracker or the mailing list. |