A collection of small projects with enki simulator
- docker
This command is create a image with all dependencies.
docker build . -t enki-s:1This command up container with a shared volume with base project folder, and access bash of this container.
docker run --rm -it -v "$(pwd):/usr/src/enki-s" enki-s:1Enki simulator dependencies
- qt5
- cmake
- cpp compiler
To prepare project to compile run:
$ make setupto clone enki into this project root path.
To compile this project including required folders and dependecies run:
$ make compileTo run one of theses examples:
$ make run run_file=<project_name>Ex:
$ make run run_file=enki_grouping