Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
rdm: version reqs added
Browse files Browse the repository at this point in the history
should fix #1 #2
  • Loading branch information
tjanson committed Sep 23, 2014
1 parent 9bfb304 commit 79bc3f5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Sound good? Let’s make it happen. Contributions very welcome.
[Ansible]: https://github.com/ansible/ansible
[distcc]: https://code.google.com/p/distcc/


Status
------

Expand All @@ -26,12 +27,23 @@ Status
All of these work for me, but I’m sure there are plenty of kinks to work out. Whatever your experience, please do provide feedback! :)


Requirements
------------

- [Vagrant](http://www.vagrantup.com/downloads) with VirtualBox, **version 1.6.5** (current)
- [Ansible](http://docs.ansible.com/intro_installation.html), again (as it happens) **v1.6.5** or higher

Note that Ubuntu may ship with outdated versions, so `apt-get install` will *not* suffice — instead, follow the instructions on developers’ homepage to get the most recent stable release.

Earlier version *may* work, but no guarantees; Vagrant `< v1.5` and Ansible `v1.5.4` are known *not* to work.
Development is done against Vagrant *stable* and Ansible *HEAD*.

Quickstart
----------

If you know what you want, this will probably be enough get you going. If not, please follow the Guide below.

- dependencies: [Vagrant][vagrant-dl] with VirtualBox, [Ansible][ansible-dl]
- install the [dependencies](https://github.com/tjanson/rpi-cross/blob/master/README.md#requirements) (note the version requirements)
- choose between building your own toolchain with crosstool-NG, or using a prebuilt one:
- option A (*default*): [the prebuilt toolchain][prebuilt-dl] will be downloaded automatically
If you substitute your own tarball, make sure to match the folder structure.
Expand Down

0 comments on commit 79bc3f5

Please sign in to comment.