Install ParadisEO-PEO
Dependencies
The PEO module requires libXML2.
Compatibility
The PEO module does not work on Windows.
Install PEO
The PEO module is not supplied with the main ParadisEO archive. You have to download the PEO archive and extract it in your ParadisEO sources folder. Then, you have to rebuild and recompile (and optionnaly reinstall) ParadisEO. Follow this page to learn how to install ParadisEO.
To enable the compilation of the PEO module, just add -DPEO=true to CMake :
> cmake .. -DPEO=true