码迷,mamicode.com
首页 > 其他好文 > 详细

进度管理工具 planner

时间:2016-08-15 10:18:53      阅读:448      评论:0      收藏:0      [点我收藏+]

标签:

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

进度管理工具 planner

标签:

原文地址:http://www.cnblogs.com/rb258/p/5771725.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!