Skip to content
Snippets Groups Projects
Commit 6567699a authored by Patrick Baudin's avatar Patrick Baudin
Browse files

adds info about installation into a specific directory

parent 6f2be30c
No related branches found
No related tags found
No related merge requests found
...@@ -175,6 +175,8 @@ ifeq ($(FRAMAC_INSTALLDIR),"") ...@@ -175,6 +175,8 @@ ifeq ($(FRAMAC_INSTALLDIR),"")
dune install dune install
else else
dune install --prefix ${FRAMAC_INSTALLDIR} dune install --prefix ${FRAMAC_INSTALLDIR}
echo 'DO NOT FORGET TO EXPAND YOUR OCAMLPATH VARIABLE:'
echo ' export OCAMLPATH="${FRAMAC_INSTALLDIR}:$$OCAMLPATH"'
endif endif
uninstall: uninstall:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment