进度管理工具 planner

ganttproject 太简单,连个子项目都做不了.(也可能是我不会用,后来发现用缩进就可以了.呵呵).又重新有网上搜了一下,发现PLANNER符合我的想法
...

*进官网,下载.

#tar xvJf plann*.tar.xz

#cd plann*

#./configure

............................

Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for PLANNER... configure: error: Package requirements (
    glib-2.0 >= 2.6.0
    gobject-2.0 gmodule-2.0
    gtk+-2.0 >= 2.14.0
    libgnomecanvas-2.0 >= 2.10.0
    libgnomeui-2.0 >= 2.10.0
    libglade-2.0 >= 2.3.0
    gconf-2.0 >= 2.10.0
) were not met:

No package 'libgnomecanvas-2.0' found
No package 'libgnomeui-2.0' found
No package 'libglade-2.0' found
No package 'gconf-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PLANNER_CFLAGS
and PLANNER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

...........

#yum -y install libgnomecanvas-devel  libgnomeui-devel

#./configure

# make && make install

OK

posted @ 2016-08-15 09:04  RenBwo  阅读(362)  评论(0编辑  收藏  举报