/vagrant-ubuntu-cpp

a Vagrant box for building C/C++ binaries for GNU/Linux (Ubuntu)

Primary LanguageMakefile

vagrant-ubuntu-cpp: a Vagrant box for building C/C++ binaries for GNU/Linux (Ubuntu)

VAGRANT CLOUD

EXAMPLE

$ cd test
$ vagrant up
$ vagrant ssh -c "cd /vagrant && clang++ -o hello hello.cpp && ./hello"
Hello World!

RUNTIME REQUIREMENTS

Recommended

BUILDTIME REQUIREMENTS

EXPORT

$ make vagrant-ubuntu-cpp.box