Installation Instructions for Mac
Building Geth (command line client)
Clone the repository to a directory of your choosing:
Building geth
requires the Go compiler:
Finally, build the geth
program using the following command.
If you see any errors related to header files of the Mac OS system library, install XCode Command Line Tools, then try again.
You can now run build/bin/geth
to start your node.
Last updated