Skip to content

MrYawe/ocaml-quadtrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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