Planner
From CBLFS
Jump to navigationJump to searchDownload Source: | http://ftp.gnome.org/pub/GNOME/sources/planner/0.14/planner-0.14.4.tar.bz2 |
---|
Contents
Introduction to Planner
Planner is the GNOME project management tool.
Project Homepage: http://live.gnome.org/Planner
Dependencies
Required
Optional
Configuring
--enable-gtk-doc: use gtk-doc to build documentation. |
--enable-database=no/yes: enable database support. |
--enable-python: build python bindings. |
--enable-python-plugin: build python plugin. |
--enable-eds: build evolution-data-server support. |
--enable-simple-priority-scheduling: enable a simple priority scheduling in tasks management. |
--enable-eds-backend: build evolution-data-server backend support. |
Non-Multilib
Compile the package:
./configure --prefix=${GNOME_PREFIX} && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${GNOME_PREFIX} && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 && make
Install the package:
make install
Contents
Installed Directories: | ${GNOME_PREFIX}/lib/planner, ${GNOME_PREFIX}/share/planner, ${GNOME_PREFIX}/share/doc/planner |
---|---|
Installed Programs: | planner |
Installed Libraries: | libplanner-1.so, libplanner-1.la, libmrp-xml.la, libmrp-xsl.la, libstorage-mrproject-1.la, libstorage-sql.la, libhtml-plugin.la, libxmlplanner-plugin.la, libmsp-plugin.la, libsql-plugin.la, libpython-plugin.la, libeds-plugin.la, planner.la, plannerui.la |
Symlinks: | ${GNOME_PREFIX}/lib/libplanner-1.so.0 --> ${GNOME_PREFIX}/lib/libplanner-1.so.0.0.0, ${GNOME_PREFIX}/lib/libplanner-1.so --> ${GNOME_PREFIX}/lib/libplanner-1.so.0.0.0, |
Short Descriptions
planner | is the GNOME project management tool. |
---|