Skip to content

Instantly share code, notes, and snippets.

@acdimalev
Created August 29, 2012 15:26
Show Gist options
  • Save acdimalev/3514346 to your computer and use it in GitHub Desktop.
Save acdimalev/3514346 to your computer and use it in GitHub Desktop.
root@host:/srv# cdebootstrap squeeze squeeze
root@host:/srv# mount -o bind /proc squeeze/proc
root@host:/srv# chroot squeeze
root@host:/# . etc/environment
root@host:/# export LANG=C
root@host:~# apt-get update
root@host:~# apt-get -y install libgc1c2 libpcre3 libgl1-mesa-glx
root@host:/# cd
root@host:~# wget -O- http://www.haxenme.org/releases/NME-3.4.2-Linux.tar.gz | tar -xzO | sed 's/sudo //g' > nme-installer.sh
root@host:~# sh nme-installer.sh
root@host:~# haxelib install HaxePunk
root@host:~# apt-get install xdg-utils
root@host:~# useradd -ms /bin/bash user
root@host:~# su - user
user@host:~$ haxelib setup
user@host:~$ haxelib run HaxePunk new Test
user@host:~$ cd Test
user@host:~/Test$ nme build build.nmml flash
user@host:~/Test$ nme build build.nmml html5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment