/vagrant-dragonfly-cpp

a Vagrant box for building C/C++ binaries for DragonFly BSD

Primary LanguageMakefile

vagrant-dragonfly-cpp: a Vagrant box for building C/C++ binaries for DragonFly BSD

VAGRANT CLOUD

https://app.vagrantup.com/mcandre/boxes/vagrant-dragonfly-cpp

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-dragonfly-cpp.box