-
Notifications
You must be signed in to change notification settings - Fork 10
How to build a dev environment
Amir Hassan edited this page Mar 25, 2015
·
2 revisions
This document is a work in progress and by no means complete or functional.
Following commands will be executed as root user.
debootstrap --variant=buildd --arch amd64 wheezy ScreenInvaderBuild/ http://ftp.de.debian.org/debian
mount --bind /dev ScreenInvaderBuild/dev chroot ScreenInvaderBuild mount -t proc none proc mount -t sysfs none sysfs mount -t tmpfs none tmp mount -t devpts none dev/pts
apt-get install binfmt-support qemu qemu-user-static debootstrap git clone https://github.com/screeninvader/ScreenInvader.git
cd ScreenInvader mkdir sifs ./bootstrap.sh -d sifs