(A placeholder for gcc, which comes with the gnu10.ngz distribution package.)
$ cd i386/test
$ vagrant up
$ vagrant ssh -c "cd /vagrant && g++ -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
$ sh -c "cd i386 && make vagrant-miros-cpp-i386.box"