diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-10-02 11:39:51 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-10-06 22:54:04 +0900 |
commit | f571d2e191ad24dd1b5297431ad0255ecf380bfd (patch) | |
tree | ac6e156f56244433f2bb25358fd57a9fda510d56 /INSTALL | |
parent | d0f5e1cdb9ab544cc2abf9863a5fb47971ee97e7 (diff) | |
download | libcaldav-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-- | INSTALL | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |