%general-entities; ]> $LastChangedBy$ $Date$ libical-&libical-version; libical Introduction to libical The libical package contains an implementation of the iCalendar protocols and data formats. &lfs73_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 Required User Notes: Installation of libical Install libical by running the following commands: mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make To test the results, issue: make test. Now, as the root user: make install Command Explanations -DCMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of the compiler optimizations. Contents Installed Programs Installed Libraries Installed Directory None libical.{so,a}, libicalss.{so,a} and libicalvcal.{so,a} /usr/include/libical Short Descriptions libical.{so,a} contains the libical API functions. libical.{so,a} libicalss.{so,a} is a library 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}