The libical package contains an implementation of the iCalendar protocols and data formats.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://downloads.sourceforge.net/freeassociation/libical-1.0.tar.gz
Download MD5 sum: 4438c31d00ec434f02867a267a92f8a1
Download size: 1.2 MB
Estimated disk space required: 20 MB
Estimated build time: 0.4 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
-DCMAKE_BUILD_TYPE=Release
:
This switch is used to apply higher level of the compiler
optimizations.
Last updated on 2013-08-26 10:26:25 -0700