Linux画图工具Dia的安装,Dia是开放源码的流程图软件,是GNU计划的一部分,程式创立者是Alexander Larsson。Dia使用single document interface (CSDI)模式,类似于GIMP。
Dia将多种需求以模组化来设计,如流程图、网络图、电路图等。各模组之间的符号仍是可以通用的,并没有限制。
Dia可以画多种示意图,并且借由XML可以新增多种图形。Dia以客制化XML格式(默认以gzip压缩节省空间)加载及储存流程图。
wget wget
tar xvf dia-0.97.2.tar.xz
cd dia-0.97.2
./configure --enable-gnome
Configuration:
Source code location: .
Compiler: gcc
Gnome support: yes
Python support: no
Libart support (PNG export): yes
Cairo support (PNG, PDF, print): yes
Dia Python bindings with SWIG no
WMF plug-in with libEMF: no
html doc: no
pdf and ps doc: no
Now type make to build dia...
#make && make install
直接在命令行输入
#dia
打开画图软件dia