简体   繁体   中英

ocamlbuild missing from path

When I run ocaml --version I get The OCaml toplevel, version 4.07.1 . But when I try ocamlbuild --version I get the following error message:

Command 'ocamlbuild' not found, but can be installed with:

sudo apt install ocamlbuild

How is that possible?

Ocamlbuild is not bundled with the OCaml compiler since OCaml 4.03 . You may also want to have a look at dune as an ocamlbuild alternative.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM