Skip to content

Basic program to help develop apps in C++ for EV3DEV Linux-based system

License

Notifications You must be signed in to change notification settings

Majroch/cppev3dev

Repository files navigation

CPPEV3DEV

Author: Majroch jakuboch4@gmail.com

Table of Content

What it is?

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.

Pre-Requirements

Ubuntu-based systems

sudo apt install python3 pip3
sudo pip3 install -r requirements_linux.txt

Other systems

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

Usage

Run program:

Ubuntu

./cppev3dev.py

Other systems

docker run -ti \
           -v $PWD/:/compile
           --name cppev3dev
           majroch/cppev3dev:latest

About

Basic program to help develop apps in C++ for EV3DEV Linux-based system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages