-
Notifications
You must be signed in to change notification settings - Fork 36
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/fractal
Building ft
requires the Go compiler:
brew install go
Finally, build the ft
program using the following command.
cd fractal
make all
You 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/fractal
Install latest distribution of Go if you don't have it already.
Finally, build the ft
program using the following command.
cd fractal
make all
You can now run build/bin/ft
to start your node.