Merge pull request #30 from luke-jr/gentoo
Update README to include Gentoo instructions as well
This commit is contained in:
commit
72e4410d33
19
README.md
19
README.md
@ -10,23 +10,24 @@ This performs a build inside a VM, with deterministic inputs and outputs. If th
|
||||
|
||||
## Prerequisites:
|
||||
|
||||
Linux:
|
||||
Gentoo:
|
||||
|
||||
layman -a luke-jr # needed for vmbuilder
|
||||
sudo emerge dev-vcs/git net-misc/apt-cacher-ng app-emulation/vmbuilder dev-lang/ruby
|
||||
sudo emerge app-emulation/qemu
|
||||
export KVM=qemu-system-x86_64
|
||||
|
||||
Ubuntu:
|
||||
|
||||
sudo apt-get install git apache2 apt-cacher-ng python-vm-builder ruby
|
||||
sudo apt-get install qemu-kvm # for KVM mode
|
||||
sudo apt-get install debootstrap lxc # for LXC mode
|
||||
|
||||
OSX with MacPorts:
|
||||
|
||||
sudo port install ruby coreutils
|
||||
export PATH=$PATH:/opt/local/libexec/gnubin # Needed for sha256sum
|
||||
|
||||
### KVM
|
||||
|
||||
sudo apt-get install qemu-kvm
|
||||
|
||||
### LXC (no need for hardware support):
|
||||
|
||||
sudo apt-get install debootstrap lxc
|
||||
|
||||
### VirtualBox
|
||||
|
||||
Install virtualbox from virtualbox.org, and make sure VBoxManage is in your $PATH.
|
||||
|
Loading…
Reference in New Issue
Block a user