summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 5248abb48c00a771f8b2821e1fb6588e835b07b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Basic Installation
==================

libcaldav relies on cmake to build.

Here are suggested default options:

 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 -DCMAKE_VERBOSE_MAKEFILE="ON" \
 -DCMAKE_SKIP_RPATH="OFF" \
 -DBUILD_ALL="ON" \
 -DWITH_ALL_OPTIONS="ON"


Requirements:
=============

- glib2.0
- curl >= 7.15.5