Skip to content

Build OEX

SamYu edited this page Jun 22, 2020 · 1 revision

Installation Instructions

Follow the appropriate link below to find installation instructions for your platform.

Installation Instructions for Mac OS X

Building oex (command line client)

Clone the repository to a directory of your choosing:

git clone https://github.com/oexplatform/oexchain

Building oex requires the Go compiler:

brew install go

Finally, build the oex program using the following command.

cd oexchain
make all

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

Installation Instructions for Windows

TBD

Installation Instructions for Linux/Unix

Ubuntu

Building oex (command line client)

Clone the repository to a directory of your choosing:

git clone https://github.com/oexplatform/oexchain

Install latest distribution of Go if you don't have it already.

Finally, build the oex program using the following command.

cd oexchain
make all

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