summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-10-02 11:39:51 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-10-06 22:54:04 +0900
commitf571d2e191ad24dd1b5297431ad0255ecf380bfd (patch)
treeac6e156f56244433f2bb25358fd57a9fda510d56 /INSTALL
parentd0f5e1cdb9ab544cc2abf9863a5fb47971ee97e7 (diff)
downloadlibcaldav-f571d2e191ad24dd1b5297431ad0255ecf380bfd.tar.gz
libcaldav-f571d2e191ad24dd1b5297431ad0255ecf380bfd.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> (cherry picked from commit a9a88a04a1cd125ed5de72fe281d00c92fc17fb3)
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