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.0
You will need the lablgtk
and ounit
modules and ocamlbuild
opam install lablgtk ounit ocamlbuild
make plugins
make release
./ide.release
To build doc, run
make doc
The 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