Markus Metz baa791e3e9 avoid struct stat 14 years ago
..
Vlib baa791e3e9 avoid struct stat 14 years ago
dglib f2e18ece8e Treat destination directories as targets 15 years ago
diglib 62a5737c3b add balanced search tree to lib, update Vlib and segment 15 years ago
neta ea851edb35 +EOL 15 years ago
rtree 16a6b956df Enable LFS globally 15 years ago
transform 16a6b956df Enable LFS globally 15 years ago
vedit 002bbe23df Keep all library dependencies in Grass.make 15 years ago
Makefile 1c13495066 fix for ticket https://trac.osgeo.org/grass/ticket/1040 15 years ago
README db49180dd7 welcome to GRASS 7.0.svn 17 years ago
vectorlib.dox 45c11a459c some notes about pseudo-topology (based on Markus Metz's notes in ML) 15 years ago

README

Contents of this directory

dglib: DGLIB (Directed Graph Library) aims at giving support to
network analysis.
diglib: Lower level functions for reading/writing/manipulating
vectors.
rtree: spatial index based on RTree (lower level functions)
Vlib: Higher level functions for reading/writing/manipulating
vectors. Intended to the module programmer.

To generate the documentation, following commands are available:

Generate HTML document:
make htmldocs

Generate Latex-DVI document (requires Latex):
make latexdocs

Generate PDF document (requires Latex):
make pdfdocs

Delete ./latex and ./html docs directories:
make cleandocs