Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.04 KB

ocaml-quadtrees

Documentation

You can find the documentation here.

Installing

$ ocaml setup.ml -configure
$ ocaml setup.ml -build
$ ocaml setup.ml -install

Uninstalling

$ ocaml setup.ml -uninstall

Run the demo program

$ make
$ ./Demo.native The program can be Demo.byte if the native build is not available on your computer.

You can use the SCALE env variable to fit your needs.
$ SCALE=2 ./Demo.native

Run tests

You need to have OUnit2 installed.

$ make test