Commit graph

56 commits

Author SHA1 Message Date
Glen De Cauwsemaecker a8319379c6 update bootstrap.sh script (#753)
* update bootstrap.sh script

+ macOS users using MacPorts are now supported (fix issue #720);
+ dependencies for macOS users using brew have been updated;
+ the boot step can now be skipped with the '-d' flag, effectively only installing dependencies

* update summary build instructions in README dependencies step

as these are meant as quick instructions, it's probably better to simply use the bootstrap.sh script available in the repo root folder, using the '-d' flag to just install the dependencies, using whatever package manager is available for the host system, rather than forcing the user to manually install those one by one
2016-11-08 17:48:10 -07:00
msehnout b218256291 Update bootstrap.sh (#750)
Use dnf instead of yum
2016-11-06 12:33:06 -07:00
Christian Stadelmann 92d9658a74 bootstrap.sh: Fix typo (#741)
Fix minor typo
2016-11-04 12:47:06 -06:00
Christian Stadelmann 03f989b2c2 bootstrap.sh: Fix naming origin (#742)
In line 386, origin is named "upstream", but in line 408 it was called "origin".
2016-11-04 12:46:38 -06:00
Christian Stadelmann d6d8b36d8e Fedora uses yum instead of dnf now (#740)
Fully adapt this script to using dnf instead of yum on Fedora.
2016-11-04 12:26:54 -06:00
Jeremy Soller 1a4d36fc21 Add bootstrap 2016-11-03 15:19:44 -06:00