Compiling plugins

Dear FreeFem users,

I am trying to compile FreeFem following this tutorial. However, following these instructions, the 3rd party plugins (mmg, mshmet, fnopt, etc.) are not compiled. With which option can I turn on the compilation of these when using the configure command?

What does your config.param looks like?

Thanks for the quick reply.

Looking into your suggestion I figured out that the correct way to include these libraries is detailed in the configure file. I do not understand things very well, but it looks like instead of --with-mmg=yes, --enable-download_mmg is the option I should use, and it seems to work perfectly!