pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.12k stars 448 forks source link

windows instructions does not work #77

Open rajendersaini opened 9 years ago

rajendersaini commented 9 years ago

Pardon me if it is too Naive. See the steps. steps does not work.

On Mac or Windows

If you don't have a Ubuntu machine available, or you are too lazy to setup a virtual machine manually, you can build WebRTC for Android on your Mac or Windows PC through our Vagrant script.

First of all, you need to download and install Vagrant. After that, from the /android directory, you need to execute the following in you shell: 1 [installed] 2 [cloned this repos] 3 [changed directory to android]

If you need to use private SSH keys from your host computer

Execute this line of code to ensure your private key is added to your identity

ssh-add -L 4[ This command does not work]

If there are no identities, add them by:

ssh-add ~/.ssh/id_rsa

Boot up and provision the Vagrant box

vagrant up

SSH into the Vagrant box

vagrant ssh