Open
Description
Can you provide installation instructions?
I'm struggling to install the parser.
What I've done so far:
- Install OCaml
- Install opam
- Install OASIS:
opam install oasis
Then, I ran ./configure
and I got errors related with absolute paths to your home folder. I've found that in file setup.data
. Removing this file seems to fix the problem.
But then I've got this error:
E: Cannot find findlib package
E: Cannot find findlib package elements
E: Cannot find findlib package ppx_deriving.std
E: Cannot find findlib package sedlex
E: Failure("4 configuration errors")