Closed elomage closed 9 years ago
I propose a new make target "setup", for example, to install all the required tools, or at least to print the instructions. For example:
make setup telosb
on Linux would install:
sudo apt-get install gcc-msp430 binutils-msp430 msp430-libc msp430mcu
This gives the user all the tools needed to develop from the command line.
Implemented: make setup Tested in Ubuntu 14.04 x64
I propose a new make target "setup", for example, to install all the required tools, or at least to print the instructions. For example:
on Linux would install:
This gives the user all the tools needed to develop from the command line.