mirror of https://github.com/CGAL/cgal
21 lines
542 B
Plaintext
21 lines
542 B
Plaintext
We describe the necessary tools to extract the code from
|
|
the local Lweb file(s) (*.lw):
|
|
|
|
1) for the code extraction use the notangle binary from
|
|
a current noweb package (version 2.8a).
|
|
|
|
www: http://www.cs.virginia.edu/~nr/noweb
|
|
mpi: /KM/local/web/noweb.2.8a/
|
|
|
|
use the standard command to tangle the code parts, e.g.,
|
|
|
|
notangle -RSM_overlayer.h SM_overlayer.lw > SM_overlayer.h
|
|
|
|
2) to produce a printable report use the ltool package
|
|
of LEDA ( LEDAROOT/Manual/cmd/* ) :
|
|
|
|
Ldoc SM_overlayer.lw
|
|
|
|
produces a printable report in postscript.
|
|
|