Fix prereqs

Added ruby.
LXC and KVM both need python-vm-builder.
And apt-cacher never worked for me, but apt-cacher-ng does.
lxcbr
Gavin Andresen 12 years ago
parent fb638519f2
commit abf0d10c2c

@ -12,11 +12,10 @@ This performs a build inside a VM, with deterministic inputs and outputs. If th
Install prereqs:
sudo apt-get install apt-cacher
sudo service apt-cacher start
sudo apt-get install apt-cacher-ng python-vm-builder ruby
If you want to use kvm:
sudo apt-get install python-vm-builder qemu-kvm
sudo apt-get install qemu-kvm
or alternatively, lxc (no need for hardware support):
sudo apt-get install debootstrap lxc

Loading…
Cancel
Save