summaryrefslogtreecommitdiff
path: root/util/install_dependencies.sh
AgeCommit message (Collapse)Author
2016-09-08util/install_dependencies.sh made executable, fixes #738Peter Ondrejka
2016-08-20Add diffutils to travis.yml and install_dependenciesFred Sundvik
It has been required for a while now, and now actually checked in the makefiles. Before, if you didn't have it installed it would just recompile everything. The readme hasn't been updated to reflect this, I think we need to go through that separately, and see what's really needed. Or just instruct people to run the batch scripts.
2016-07-01Add ChibiOS packages to the avr_setup script (#468)fredizzimo
* Add ChibiOS packages to the avr_setup script * Add git as a dependency * Rename avr_setup.sh -> install_dependencies.sh Also fix the Vagrant welcome message to reflect the new directory structure.