This project will use http://vagrantup.com and http://puppetlabs.com to install a complete https://github.com/kripken/emscripten/ environment in a local http://virtualbox.org/ VM.
-
Install the latest Virtualbox from http://www.virtualbox.org/
-
Install vagrant from http://vagrantup.com/
-
build VM and provision with puppet
$ vagrant up
- Enjoy your Emscripten environment!
Here are some common vagrant operations:
SSH into your VM (emscripten is checked out in ~vagrant/src/emscripten):
$ vagrant ssh
Re-run puppet
$ vagrant provision
Reboot VM and re-run puppet
$ vagrant reload
Destroy VM and rebuild from scratch
$ vagrant destroy
$ vagrant up