tarides / ocaml-platform-installer

The best way for developers to write software in OCaml
ISC License
60 stars 8 forks source link

Shorten install instructions #120

Closed cuihtlauac closed 6 months ago

cuihtlauac commented 1 year ago

In Ubuntu and Debian, wget is preinstalled while curl is not. Use it and remove one dependency build-essential subsumes all remaining dependencies except bubblewrap and unzip

panglesd commented 1 year ago

Thanks a lot for shortening the installation dependencies!

107 is also changing the dependencies: it adds libgmp-dev libssl-dev pkg-config. Do you know if some of them are included in build-essential? It will be helpful when doing rebasing one onto another!

EDIT: seems the answer is no!