Skip to content

Instantly share code, notes, and snippets.

@nop-sled
nop-sled / Vagrantfile
Created October 31, 2018 06:11
Vagrantfile for Firestorm, assumes you have an hg clone of FS tip. Place this vagrantfile in the cloned repo.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Based on instructions in https://wiki.phoenixviewer.com/fs_compiling_firestorm_alexivy_ubuntu_16
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/xenial64"
# Can be removed if you don't use ccache
config.vm.synced_folder "~/.ccache", "/home/vagrant/.ccache"