Update Vagrant.README.md

- VirtualBox Extension Pack is required to start the VM, at least in Windows. Otherwise, it won't recognize the USB ports and throws an error on start.
- For the Vagrant the whole repo is unnecessary, therefore the single Vagrant file download is added as an option.
This commit is contained in:
Adam Radocz 2018-11-23 18:31:26 +01:00 committed by GitHub
parent f8df9c35a3
commit 59396c68c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ Provide a turn-key VM for Android development
* [Vagrant](https://www.vagrantup.com/downloads.html)
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* [VirtualBox Extension Pack](https://www.virtualbox.org/wiki/Downloads) for USB 3.0 support.
* Host:
* 4 CPU cores (2 used by VM)
* ~18 GB disk space
@ -15,7 +16,7 @@ Provide a turn-key VM for Android development
## HOWTO
1. On your host: open a terminal
1. `cd <BOINC_REPO>/android`
1. Clone the [BOINC repo](https://github.com/BOINC/boinc) and `cd <BOINC_REPO>/android` or just dowload the [Vagrantfile from GitHub](https://github.com/BOINC/boinc/blob/master/android/Vagrantfile)
1. `vagrant up`
1. Wait until the final reboot finished
1. **From this point on you don't need Vagrant anymore**