Skip to content

Build Fractal

erick yan edited this page Sep 2, 2019 · 2 revisions

Installation Instructions

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

Installation Instructions for Mac OS X

Building Ft (command line client)

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.

Installation Instructions for Windows

TBD

Installation Instructions for Linux/Unix

Ubuntu

Building Ft (command line client)

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.