Péter Szilágyi
98d68cfa91
Makefile: enable 64-bit ARM builds on Linux
9 years ago
Péter Szilágyi
391ca61678
Makefile: build ARM v5/v6/v7, drop high API mobile clients
9 years ago
Péter Szilágyi
9af4065243
Makefile: enable iOS experimental builds (fix prev omission)
9 years ago
Péter Szilágyi
83a22b457c
Makefile: support library build modes
9 years ago
Péter Szilágyi
2c42e54519
Makefile: add support for iOS cross compilation
9 years ago
Péter Szilágyi
fea819f74f
Makefile: individual platforms, configurable Go runtime
9 years ago
Péter Szilágyi
e655626268
makefile: dump mist leftover, add phony targets
9 years ago
Péter Szilágyi
04f8d05bd4
makefile: fix evm ld flags, pass them to xgo too
9 years ago
Gustav Simonsson
ec6a548ee3
all: Add GPU mining, disabled by default
9 years ago
Péter Szilágyi
6a05c569f2
makefile: built in cross compilation targets
9 years ago
Jeffrey Wilcke
846f34f78b
core/vm, tests: implemented semi-jit vm
...
* changed stack and removed stack ptr. Let go decide on slice reuse.
9 years ago
Bas van Kervel
36a6b16a3b
removed console command
10 years ago
Bas van Kervel
a1a475fb92
added console command
10 years ago
Felix Lange
aa03e53ca8
Use Makefile for Travis tests
10 years ago
Felix Lange
c6b983e449
Makefile: add test target
10 years ago
Felix Lange
71c28cfb0c
Makefile: set main.gitCommit when building
10 years ago
Felix Lange
8fcd71920a
Makefile: clean should also delete Godeps/_workspace/pkg
10 years ago
Felix Lange
48f23746f0
Makefile: for non-gophers
...
Many people need or want to build go-ethereum from the git repository,
mostly to stay up to date with recent changes. We cannot expect that
people without Go experience grok the Go workspace concept.
With the Makefile, building from github requires only
three steps (provided that a Go toolchain is installed):
- git clone https://github.com/ethereum/go-ethereum
- ... install C libraries (libgmp, etc.) ...
- make
10 years ago
obscuren
1f2547b8a7
Major re-organisation.
...
The Ethereum node and Gui are now separated.
11 years ago
obscuren
0db86e4485
Updated to work with the new chain
11 years ago
Cayman Nava
13e18e1d8f
working linux makefile
...
when building develop branch, checkout of eth-go develop branch is required
11 years ago
obscuren
a482b0cc1b
WIP Makefile
11 years ago