Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 330 Bytes

File metadata and controls

18 lines (11 loc) · 330 Bytes

camlgpc

OCaml interface to Alan Murta's General Polygon Clipper.

To build

  1. Type "make"

  2. Type "make install" to install with ocamlfind

The documentation will be built in doc/camlgpc/html

To build the example

Type "make" whilst in examples directory. Now execute the 'test' program.