/vagrant-debian-cpp

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

Primary LanguageRuby

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

DEPRECATED

See https://github.com/mcandre/mucus

VAGRANT CLOUD

EXAMPLE

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

RUNTIME REQUIREMENTS

Recommended

BUILD AND TEST BOXES

$ sudo rake boxes import test

Unfortunately, sudo permissions are required for building boxes in order to resolve a discrepancy with how vagrant-libvirt interacts with libvirt.

PUBLISH

$ sudo rake publish

CLEAN

$ sudo rake clean