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