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
```html

"--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

![](https://raw.githubusercontent.com/fluidlog/fluidgraphclient/master/New_graph_github_wiki.png)

## Demo graph (when you start)

![](https://raw.githubusercontent.com/fluidlog/fluidgraphclient/master/Demo_first_graph_github_wiki.png)
Clone this wiki locally