A collection of small projects with enki simulator
- docker
This command is create a image with all dependencies.
docker build . -t enki-s:1
This 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:1
Enki simulator dependencies
- qt5
- cmake
- cpp compiler
To prepare project to compile run:
$ make setup
to clone enki into this project root path.
To compile this project including required folders and dependecies run:
$ make compile
To run one of theses examples:
$ make run run_file=<project_name>
Ex:
$ make run run_file=enki_grouping