%general-entities; ]> $LastChangedBy$ $Date$ libical-&libical-version; libical Introduction to libical The libical package is an implementation of iCalendar protocols and data formats. &lfs72_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libical-md5sum; Download size: &libical-size; Estimated disk space required: &libical-buildsize; Estimated build time: &libical-time; libical Dependencies Optional (must have SWIG also) User Notes: Installation of libical Install libical by running the following commands: ./configure --prefix=/usr --enable-cxx && make To test the results, issue: make check. Now, as the root user: make install && install -v -m755 -d /usr/share/doc/libical-&libical-version; && install -v -m644 README doc/{Adding,Using}*.txt \ /usr/share/doc/libical-&libical-version; Command Explanations --enable-cxx: This parameter builds C++ libical library bindings. : This option builds Python libical bindings. Contents Installed Programs Installed Libraries Installed Directories None libical{,_cxx}.{so,a}, libicalss{,_cxx}.{so,a}, libicalvcal.{so,a}, and (optionally) the Python _LibicalWrap.{so,a} modules /usr/include/libical and /usr/share/doc/libical-&libical-version; Short Descriptions libical.{so,a} contains the libical API functions. libical.{so,a} libicalss.{so,a} is a libary that allows you to store iCal component data to disk in a variety of ways. libicalss.{so,a} libicalvcal.{so,a} is a vCard/vCalendar C interface. libicalvcal.{so,a}