picty / parsifal

Parsifal : an OCaml-based parsing engine
Other
61 stars 8 forks source link

An INSTALL would be nice #19

Closed bortzmeyer closed 10 years ago

bortzmeyer commented 10 years ago

An INSTALL, with complication instructions, would be nice. The Makefile is not sufficient:

~/tmp/parsifal % make for i in syntax core net formats ssl kerby; do OCAMLPATH="/home/stephane/tmp/parsifal/usrlibocaml" make -C $i all byte || exit 1; done /bin/sh: 1: ocamlfind: not found /bin/sh: 1: ocamlfind: not found /bin/sh: 1: ocamlfind: not found make[1]: Entering directory /home/stephane/tmp/parsifal/syntax' [ -d "build" ] || mkdir "build" ocamlfind ocamldep -package camlp4.extend -package camlp4.quotations.r -I build -syntax camlp4o -native parsifalHelpers.ml parsifalSyntax.ml > build/.depends /bin/sh: 1: ocamlfind: not found make[1]: *** No rule to make targetbuild/.depends', needed by depends'. Stop. make[1]: Leaving directory/home/stephane/tmp/parsifal/syntax' make: *\ [libs] Error 1

At least we need indications about the dependencies.

bortzmeyer commented 10 years ago

This is related to #4