aboutsummaryrefslogtreecommitdiffstats
path: root/util/install_dependencies.sh
Commit message (Collapse)AuthorAgeFilesLines
* Correct if-statementThreeFx2017-08-201-1/+1
|
* Added gentoo support for dependency scriptThreeFx2017-08-201-0/+4
|
* Add freebsd support in "util/install_dependencies.sh"stites2017-03-071-0/+19
| | | | A simple addition to the `install_dependencies` script which remaps the debian dependencies to their freebsd package-names. After a recursive clone and using gmake, I can successfully build all firmware from the root directory (minus some warnings generated by gcc-4.9.4 which I can procure on request). however there is a problem running tests.
* util/install_dependecies.sh: fix yum packagesAntonio Murdaca2016-09-181-3/+2
| | | | Signed-off-by: Antonio Murdaca <runcom@redhat.com>
* util/install_dependencies.sh made executable, fixes #738Peter Ondrejka2016-09-081-0/+0
|
* Add diffutils to travis.yml and install_dependenciesFred Sundvik2016-08-201-4/+8
| | | | | | | | | | 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.
* Add ChibiOS packages to the avr_setup script (#468)fredizzimo2016-07-011-0/+92
* 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.