= Compiling Synapse for raspberry (ARM) and other architectures = == Install qemu-arm-static on the host system == === Steal a statically compiled qemu-arm from some distro === its a shame archlinux doesnt have a static qemu :( {{{ [root@lab1 tmp]# cd /tmp [root@lab1 tmp]# mkdir qemu [root@lab1 tmp]# cd qemu [root@lab1 qemu]# dpkg -x /home/psy/Downloads/qemu-user-static_1.1.2+dfsg-2_amd64.deb . }}}