forked from ethereum/aleth
-
Notifications
You must be signed in to change notification settings - Fork 3
Building on Windows
Eric Lombrozo edited this page Feb 16, 2014
·
25 revisions
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.
Set up a crossbuild environment as described in Setting-up-prebuilt-crossbuild-environment, or for full instructions on how to set up the environment from scratch, Setting-up-crossbuild-environment-from-scratch.
Build cpp-ethereum:
$ git clone https://github.com/ethereum/cpp-ethereum
$ mkdir cpp-ethereum-build
$ cd cpp-ethereum-build
$ cmake ../cpp-ethereum -DTARGET_PLATFORM=w64
$ make
$ cd ..
- Building on Linux
- Building on MacOS
- Building on Windows
- Compatibility Info and Build Tips
- Serpent LLL Only Build
- LLL PoC 6
- [LLL Examples for PoC 6](LLL Examples for PoC 5)
- PoC 6 JS API
- Client Development with PoC 6
- MetaCoin API
- Exchange API
- Name Registration API
- Coins API