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

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