IECS / MansOS

MansOS WSN/embedded operating system
MIT License
9 stars 4 forks source link

Users need help setting up a new installation #13

Closed elomage closed 8 years ago

elomage commented 8 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.

elomage commented 8 years ago

Implemented: make setup Tested in Ubuntu 14.04 x64