Author: Majroch jakuboch4@gmail.com
This package provides basic compiling, sending and debugging capabillities for Newbies.
It's goal is to provide program for cross-compiling for ARM, sending programs from/to EV3DEV Linux-based system and debugging capabilities with good written documentation, and basic examples of usage.
sudo apt install python3 pip3
sudo pip3 install -r requirements_linux.txt
You'll need to run this program in docker.
Search how to install Docker for your specific system. Then you can pull image from repo:
docker pull majroch/cppev3dev:latest
or build it yourself:
docker build . -t your_tag_here
Run program:
./cppev3dev.py
docker run -ti \
-v $PWD/:/compile
--name cppev3dev
majroch/cppev3dev:latest