twister-core/doc/building-on-vagrant.md
2014-01-17 13:54:30 +01:00

731 B

Vagrant + Debian building instructions

This will run a virtual machine with all tools required to build and run twister using Vagrant. This will probably work wherever vagrant can be installed.

Dependencies

Install

  1. git clone https://github.com/miguelfreitas/twister-core.git
  2. cd twister-core
  3. vagrant up

Tweeking

If you have lots of ram in your machine, feel free to use it edit the twister-core/Vagrantfile and change the line

v.customize ["modifyvm", :id, "--memory", 1024]

and write 2048, 4096 or whatever you feel resonable before running vagrant up.

This will make compile time and life in general much better in the virtual machine.