This is the INSTALL file for the osm_xml distribution.
This package uses dune to generate its build system.
In order to compile this package, you will need:
- ocaml for all
- findlib
- core for library osm_xml
- xmlm for library osm_xml
- ounit2 for executable test
If you are using OPAM:
- Run
opam install osm_xml
In other case:
- Uncompress the source archive and go to the root of the package
- Run 'dune install'
- Go to the root of the package
- Run 'dune uninstall'