Projet génie logiciel 2016 de l'ENS Cachan
To buid this project, ocaml 4.04.0 is required
opam update
opam switch 4.04.0You will need the lablgtk and ounit modules and ocamlbuild
opam install lablgtk ounit ocamlbuildmake plugins
make release
./ide.releaseTo build doc, run
make docThe documentation of the ide can be found in ide.docdir/index.html
The documentation of the plugins can be found in plugins/a_plugin/doc/index.html
mkdir D1/../Dn/subdir
echo "Dn/Subdir" >> D1/../Dn.mlpack
echo "<D1/../Dn/subdir/*.cmx>: for-pack(D1. .. .Dn.Subdir)
- Write doc in your module following the ocamldoc rules
- Register full path of the module in ide.odocl