forked from fractalplatform/fractal
-
Notifications
You must be signed in to change notification settings - Fork 2
Build OEX
SamYu edited this page Jun 22, 2020
·
1 revision
Follow the appropriate link below to find installation instructions for your platform.
- Installation Instructions for Mac OS X
- Installation Instructions for Windows
- Installation Instructions for Linux/Unix
Clone the repository to a directory of your choosing:
git clone https://github.com/oexplatform/oexchainBuilding oex requires the Go compiler:
brew install goFinally, build the oex program using the following command.
cd oexchain
make allYou can now run build/bin/oex to start your node.
TBD
Clone the repository to a directory of your choosing:
git clone https://github.com/oexplatform/oexchainInstall latest distribution of Go if you don't have it already.
Finally, build the oex program using the following command.
cd oexchain
make allYou can now run build/bin/oex to start your node.