Abey Docs
  • Overview
  • Installation
    • Installation
      • Installation Instructions for Mac OS X
      • Installation Instructions for Windows
      • Ubuntu
      • Centos
      • Docker
  • RPC
    • Management API
    • JSON RPC API
  • Usage
    • Managing your accounts
    • Command line options
    • Backup & restore
    • Integrating an exchange
  • DPOS
    • Staking guide
    • Staking contract
    • Staking ABI
  • Scan API
    • Scan API
  • Whitepaper
    • Whitepaper
Powered by GitBook
On this page

Was this helpful?

  1. Installation
  2. Installation

Installation Instructions for Mac OS X

Building gabey (command line client)

Clone the repository to a directory of your choosing:

git clone https://github.com/abeychain/go-abey/

Building gabey requires the Go compiler:

brew install go

Finally, build the gabey program using the following command.

cd go-abey
git checkout release/2.0
make gabey

If you see some errors related to header files of Mac OS system library, install XCode Command Line Tools, and try again.

xcode-select --install

You can now run build/bin/gabey to start your node.

PreviousInstallationNextInstallation Instructions for Windows

Last updated 3 years ago

Was this helpful?