$ cd test
$ vagrant up
$ vagrant ssh -c "cd /vagrant && clang++ -o hello hello.cpp && ./hello"
Hello World!
- Vagrant
- The VirtualBox hypervisor provider
- vagrant-rsync-back assists in copying artifacts from the guest to the host
- Vagrant
- The VirtualBox hypervisor provider
- make
$ make vagrant-ubuntu-cpp.box