There's a script here:
https://github.com/maran/electrum-winbuildIt doesn't work for me, but it works for others. I'm suspecting my issues are AWS/EC2 related and I'm working on duplicating the scripts another way as well.
Thanks for providing me a useful link, however, it doesn't work for me too
I got some error like :
root@temple-VirtualBox:~/electrum-winbuild# ./build 1.9.8
Building Electrum 1.9.8 from Electrum-1.9.8.tar.gz
/usr/bin/docker
/usr/bin/docker.io
Using docker at /usr/bin/docker.io
Building image
Sending build context to Docker daemon 3.999 MB
Sending build context to Docker daemon
Step 0 : FROM ubuntu:14.04
---> 826544226fdc
Step 1 : MAINTAINER
[email protected] ---> Using cache
---> 68b53734170c
Step 2 : RUN apt-get update -y
---> Running in dbc3d56444c6
2014/09/10 16:38:08 exec format error
2014/09/10 09:38:09 The command [/bin/sh -c apt-get update -y] returned a non-zero code: 1
Preparing file for Electrum version 1.9.8
Version tar already downloaded.
Version is already extracted
2014/09/10 16:38:10 exec format error
Seems like the build failed. Exiting.
I am using ubuntu 14.04LTS under virtualbox win7.
Docker version 1.0.1, build 990021a
UPDATED: I guess the problem is I am using 32bit Ubuntu, in which the docker image requires a 64bit system...