Closed shehrazjazib closed 5 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
scp -r -P 2200 vagrant@127.0.0.1:/home/vagrant/pjsip-build/ . default password is vagrant
scp -r -P 2200 vagrant@127.0.0.1:/home/vagrant/pjsip-build/ .
vagrant
Don't use vagrant. Use a docker container (ubuntu) and mount the repo as an external volume from your host machine
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