INSTALL-Description seems to be outdated

https://gitlab.com/gerdstolpmann/lib-ocamlnet3/-/blob/master/code/INSTALL

Talks about oasis and "configure".

There is no configure-script and trying

ocaml setup.ml -configure; ocaml setup.ml -build

also does not work.

But using ./build.sh starts compilation.

Edited by Oliver Bandel