-
Notifications
You must be signed in to change notification settings - Fork 35
Build Fractal
erick yan edited this page Sep 2, 2019
·
2 revisions
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/fractalplatform/fractalBuilding ft requires the Go compiler:
brew install goFinally, build the ft program using the following command.
cd fractal
make allYou can now run build/bin/ft to start your node.
TBD
Clone the repository to a directory of your choosing:
git clone https://github.com/fractalplatform/fractalInstall latest distribution of Go if you don't have it already.
Finally, build the ft program using the following command.
cd fractal
make allYou can now run build/bin/ft to start your node.