Skip to content

Building on Windows

Heavy Player edited this page Feb 12, 2014 · 25 revisions

Microsoft Visual Studio

MinGW

Cross-compiling with MinGW64

Create fresh ubuntu 14.04 (Trusty Tahr) VM:

http://cdimage.ubuntu.com/daily-live/current/trusty-desktop-amd64.iso

See http://ubuntu.com for more details on installing Ubuntu.

git clone git@github.com:/ethereum/cpp-ethereum
cd cpp-ethereum
./winbuild
Clone this wiki locally