Skip to content
Fluidlog edited this page Nov 12, 2015 · 23 revisions

Welcome to the fluidgraphclient wiki!

Installation

To install fluidgraphclient :

git clone --recursive https://github.com/fluidlog/fluidgraphclient.git git submodule foreach git pull origin master

"--recursive" option allow to install fluidgraph library automatically.

Explanation

This client use fluidgraph library functions to load a graph or create a graph from scratch. To understand fluidgraph library, please go to https://github.com/fluidlog/fluidgraph repository.

New graph

Demo graph (when you start)

Clone this wiki locally