mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-09 06:18:02 +00:00
73e8df12cf
Also using the new autoconf
758 B
758 B
Vagrant + Ubuntu 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 so Windows, Mac, Linux at least
Dependencies
Install
- git clone https://github.com/miguelfreitas/twister-core.git
- cd twister-core/contrib/buildenv
- vagrant up
Tweeking
If you have lots of ram and CPU in your machine, feel free to use it. Before running vagrant up please set VAGRANT_RAM and/or VAGRANT_CPU environment variables to whatever is fitting. Default is 1 CPU and 1024 MB RAM.
Example with 2 CPU and 4096 MB RAM.
export VAGRANT_CPU=2
export VAGRANT_RAM=4096