VoiSmart / pjsip-android-builder

Complete Android build environment for PJSIP with OpenSSL, OpenH264, Opus and G.729
225 stars 135 forks source link

How to copy files from vagrant VM to my host machine #27

Closed shehrazjazib closed 5 years ago

shehrazjazib commented 6 years ago

I build the libraries successfully, but don't know how to copy these libraries from VM to my host machine. Kindly guide me . Thanks in advance

ivanovsuper commented 6 years ago

scp -r -P 2200 vagrant@127.0.0.1:/home/vagrant/pjsip-build/ . default password is vagrant

aenonGit commented 5 years ago

Don't use vagrant. Use a docker container (ubuntu) and mount the repo as an external volume from your host machine