mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-28 05:42:56 +00:00
[release/1.4.6] Just to make it clear how to build all executables
(cherry picked from commit 2e530f4889)
This commit is contained in:
parent
8d2775e3d7
commit
c45c424073
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ Once the dependencies are installed, run
|
|||
|
||||
make geth
|
||||
|
||||
or, to build the full suite of utilities:
|
||||
|
||||
make all
|
||||
|
||||
## Executables
|
||||
|
||||
The go-ethereum project comes with several wrappers/executables found in the `cmd` directory.
|
||||
|
|
|
|||
Loading…
Reference in a new issue