You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a successful compilation with make, the README advises to run sudo make install but this fails in my environment:;
$ make
Done: 727/733 (jobs: 1)
$ sudo make install
[sudo] Mot de passe de cauderlier :
make: dune: Command not found
make: *** [GNUmakefile:18: bin] Error 127
$ sudo dune install
sudo: dune : commande introuvable
$ dune --version
2.7.1
$ which dune
/home/cauderlier/.opam/4.10.1/bin/dune
IIRC, the problem is that I have no system-wide installation of dune but only a local one installed through Opam.
I suggest to add an opam file at the root of the repository so that Dedukti can be installed locally using opam pin.
The text was updated successfully, but these errors were encountered:
After a successful compilation with
make
, the README advises to runsudo make install
but this fails in my environment:;IIRC, the problem is that I have no system-wide installation of
dune
but only a local one installed through Opam.I suggest to add an opam file at the root of the repository so that Dedukti can be installed locally using
opam pin
.The text was updated successfully, but these errors were encountered: