aboutsummaryrefslogtreecommitdiffstats
path: root/libical/INSTALL
blob: b3f195d679fb9a6b43b36d3b37f49a92882e782d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Building the library
--------------------

This distribution is developed on Red Hat Linux 6.0 and usually
compiles on SunOS 5.6 and FreeBSD 2.27. I have reports of success of
previous version on MacOS ( with CodeWarrior ) and on UnixWare, but I
don't know about any other systems.

The library is configured with automake. From the root directory, run 

    ./configure

To build all of the Makefiles for your system. If you will be installing the library, you may want to use the --prefix flag to set the 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.

The current version of libical focuses on creating and
manipulating iCal objects. With it, you can parse text representations
of iCal components, add and remove sub-components, properties,
parameters and values, and print the components back out as strings. 

c7fe8d1059799ff72ef52e2dc1b'>Fix several buffer overflow issues in the fontpath handling code.des2004-02-136-29/+373 * Fix buffer overflow in font alias handling code.des2004-02-094-14/+65 * BROKEN on 5.x: does not compilekris2004-02-081-0/+4 * BROKEN on 5.x: does not compilekris2004-02-081-1/+7 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-066-3/+3 * Use PLIST_FILES.trevor2004-02-062-1/+1 * GC a patch that no longer applies.des2004-02-051-11/+0 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-042-0/+2 * SIZEify.trevor2004-01-302-0/+2 * Reset maintainership to ports@. The truth is I don't have the time to fix thisanholt2004-01-111-1/+1 * - Fix distnamepav2004-01-031-0/+1 * 1.6 < 1.31 < 1.60pav2004-01-031-1/+1 * - Update to 1.6pav2004-01-022-4/+4 * Don't install conflicting Xserver.1 manpage from other XFree86-4-*Server. Itanholt2003-12-133-9/+9 * Fix patching stage in XFree86-4-Server-snap by using patch-xfree86.cf in thisanholt2003-11-302-1/+12 * Fix XFree86-4-FontServer build on sparc64.jake2003-11-251-1/+1 * Remove my e-mail address from these files, to reduce spam.trevor2003-11-132-2/+2 * Correct pkg-plist issues in previous commit.anholt2003-11-121-9/+2 * Update to 4.3.99.15 snapshot. Remove DRI components, now provided byanholt2003-11-1226-453/+33 * Switch MAINTAINER to x11@FreeBSD.org for group maintaining of these ports.anholt2003-11-126-6/+6 * The DRI client drivers are now provided by graphics/dri. RUN_DEPENDS on themanholt2003-11-097-298/+6 * Mark NOT_FOR_ARCHS=ia64 and do a little plist sorting fix.anholt2003-10-212-1/+3 * Having the Xserver open /dev/io on amd64 as well would help. The nvpeter2003-10-171-1/+1 * Fix packaging of sunffb on sparc64.anholt2003-09-282-0/+4 * Fix a typo in sparc64 section of Makefile.anholt2003-09-281-1/+1 * Fix build on Sparc64 (hopefully -- I applied the patch by hand). Fixes plistanholt2003-09-264-28/+38 * Re-add the scanpci manpage on i386.anholt2003-09-261-1/+2 * Followup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has noanholt2003-09-1835-7/+368 * Add XFree86-4-Server-snapanholt2003-09-171-0/+1 * Update port to 4.3.99.12 development snapshot after repocopy.anholt2003-09-1723-666/+142 * - Update to version 1.6krion2003-09-058-44/+48 * Fixes for potential integer overflows in font libraries.anholt2003-09-045-4/+5 * Add support for AMD64.obrien2003-08-232-11/+2