creusot-rs / creusot-ide

2 stars 0 forks source link

Fix dependencies & build tasks #2

Closed xldenis closed 5 days ago

xldenis commented 5 days ago

I tried installing the IDE locally (which once running was super cool!), but I had some issues with dependencies.

I've used the generate_opam_files option of dune so that it is easy to opam install . --deps-only everything. I also tweaked the build task so that it would run opam exec dune build since otherwise it would pick up the wrong version of ocaml.