We have provided a docker image which has already setup all necessary environment for AEON. Please follow docker to install docker at first.
docker image pull huilu1983/peca:gold.
git clone https://github.com/samplise/c-plus-aeon.git
docker run --rm -it -v /path-to-aeon-code:/aeon -w /aeon huilu1983/peca:gold bash
cd c-plus-aeon
mkdir builds
cd builds
cmake ..