Downloading and Installation |
This package has been developed in a Linux system and is known to work on other Unix-like systems. It is required that shapelib (version 1.2.10 was the one used) is installed, otherwise it cannot be compiled.
This software, including gpstr2shp.c, is distributed under the GNU Public License with absolutely no warranties.
gpsmanshp version 1.2.3 can be downloaded as a tar gzip archive, and its sha1 checksum.
There are binary packages for
Also available in the distribution is gpstr2shp.c, a C program that translates GPStrans data files into Shapefile ones.
The distribution includes different Makefile's for different Tcl versions:
It was assumed that
tclsh$(TCLVERSION)
, the variable
TCLVERSION
being defined in the Makefile
/usr/include/tcl$(TCLVERSION)
,
libtcl$(TCLVERSION)
and the shapelib library is libshp
,
/usr/lib/tcl$(TCLVERSION)
is in the Tcl pre-defined
list $auto_path
(so that packages in this directory and its
sub-directories are visible from Tcl) and that this package will
be installed in it.
Using make will (in a Unix/Linux system) create the library
gpsmanshp.so
, while make install creates the
corresponding Tcl index pkgIndex.tcl
and copies these 2 files to
the installation directory, and make clean removes the binary
files and the index file.
Downloading and Installation |