Graphy-easy installation on ubuntu16.04

Graph :: Easy handling is a graphical DSL Perl modules, it has the following features:

提供了一种易懂,可读性很强的图形描述语言
一种支持 ASCII Art 的基于网格的布局器
可以导出为 Graphviz, VCG (Visualizing Compiler Graphs), GDL (Graph Description LAnguages) 和 GraphML 格式。
可以从 Graphviz, VCG 和 GDL 导入图像。

What are two ways to install it

  1. Installation
    perform: sudo apt-get install cflow graphviz
    installed Graph :: Easy
    to perform: sudo perl -MCPAN -e shell
    to enter the following screen enter y:
    execute: install Graph :: Easy
    Wait

2. Installation Source
click to download the source code, the implementation of tar xzvf Graph-Easy-0.76.tar.gz, unzip the file into the folder only, the implementation Makefile.PL perl
Graph-the Easy

Then execute make && sudo make install

Published 356 original articles · won praise 134 · views 310 000 +

Guess you like

Origin blog.csdn.net/andrewgithub/article/details/104034530