|
Horst Meyerdierks 2022-03-08 |
|
SDP4 v3.1.12 |
Go to https://www.chiandh.eu/comp/soft.html and take it from there.
The Java source code is available in the
Sputnik-source.tgz file. This does not include binaries or
documentation. This is the file tree:
SDP4/ Top level directory.
ReadMe.html Where the user starts to read.
chiandh80.gif Logo for ReadMe.html
COPYRIGHT Copyright note for my code and for code used.
LICENCE GNU GPL text.
VERSION Software version number.
Manifest This would identify the main class.
Makefile Interface to building the software.
SDP4.jar The compiled Java archive.
SDP4-source.tgz The source code.
SDP4-doc.tgz The documentation.
jdoc/ Target tree for javadoc command.
uk/me/chiandh/ Tree containing the Java packages.
Lib/ Package that contains the SDP4 class.
any.java Java source code
The Makefile can be used to build the distributable jars and tar balls. The Java source code can be compiled with
make classes
This will re-compile all Java source code, irrespective of how little has changed in the source. The jar that is the binary distribution of the application can be created with (this includes re-compiling as above):
make jar
The documentation that is embedded in the Java source code can be generated and the tar ball built from it with
make docs
And finally, for a source distribution the tar ball is made with
make source
Copyright: © 2002-2016 Horst Meyerdierks.
This programme is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version.
This programme is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for more details.
You should have received a copy of the GNU General Public Licence along with this programme; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Author: Horst Meyerdierks, http://www.chiandh.eu