summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-10-02 11:39:51 +0200
committergregory guy <gregory-tde@laposte.net>2020-10-02 11:39:51 +0200
commita9a88a04a1cd125ed5de72fe281d00c92fc17fb3 (patch)
tree4c449392d28e958560030f331b9b9fdc5bc0776f /INSTALL
parent56b524167a51840143c4a2c64df8ca873b77e82b (diff)
downloadlibcaldav-a9a88a04a1cd125ed5de72fe281d00c92fc17fb3.tar.gz
libcaldav-a9a88a04a1cd125ed5de72fe281d00c92fc17fb3.zip
Drop automake build support.
Add basic cmake build instructions. Deleted NEWS (no real content). Rework of the README file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL19
1 files changed, 19 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..5248abb
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,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