libical

libical is an implementation of basic iCAL protocols.
Download

libical Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MPL
  • Price:
  • FREE
  • Publisher Name:
  • Eric Busboom
  • Publisher web site:
  • http://www.linuks.mine.nu/agenda/

libical Tags


libical Description

libical is an implementation of basic iCAL protocols. libical is an implementation of basic iCAL protocols.Building the libraryThis distribution is developed on Red Hat Linux 6.0 and usuallycompiles on SunOS 5.6 and FreeBSD 2.27. I have reports of success ofprevious version on MacOS ( with CodeWarrior ) and on UnixWare, but Idon't know about any other systems.The library is configured with automake. IF YOU ARE BUILDING THESOURCE FROM A TARBALL, From the root directory, run ./configureTo build all of the Makefiles for your system. If you will beinstalling the library, you may want to use the --prefix flag to setthe directory where the library and header files will be installed. ./configure --prefix=/proj/local/If configure runs fine, run "make" to build the library and "make install" to install it.Although the distribution uses libtool to generate libraries, it hasshared libraries turned off by default. To create and install sharedlibraries use: ./configure --enable-sharedIF YOU ARE BUILDING FROM CVS, there will be no configure file untilyou create one with autogen.sh. YOu can pass configure parameters toautogen.sh on the command line.The current version of libical focuses on creating andmanipulating iCal objects. With it, you can parse text representationsof iCal components, add and remove sub-components, properties,parameters and values, and print the components back out as strings. Notes for Libical DevelopersIf you don't want to use gcc as the compiler, and you got the sourcesfrom CVS, you should set the CC variable to the path to the compilerand run "automake --include-deps" to keep automake from usinggcc-specific automatic dependancy tracking. > CC=/pkg/SUNWspro/bin/cc; export CC > automake --include-deps > ./configure --prefix=/proj/local/ > makeYou will not need to re-run automake unless you got the sources from CVS. Using the LibraryThere is rudimentary, unfinished documentation in the /doc directory,and annotated examples in /examples and the test code in src/test. What's New in This Release: · Minor bug fixes.


libical Related Software