summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-02-06 06:24:22 -0500
committerAllen Winter <allen.winter@kdab.com>2022-02-06 06:25:40 -0500
commitf109855e238f7857d4683be838e8acd5fcafd0a2 (patch)
treea276e29013736d0fb9a26d7cfb9c85a18ecb1e4a /Install.txt
parent91cbf0e58f897050aaa525bf45094846832206da (diff)
downloadlibical-git-f109855e238f7857d4683be838e8acd5fcafd0a2.tar.gz
buildsystem - a C11-compliant C compiler is required for libical-glib
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Install.txt b/Install.txt
index cd9507c0..30b4de99 100644
--- a/Install.txt
+++ b/Install.txt
@@ -10,11 +10,12 @@ passing -DCMAKE_INSTALL_PREFIX=/install/path to cmake.
To build a debug version pass -DCMAKE_BUILD_TYPE=Debug to cmake.
To build libical you will need:
+ - a C99-compliant C compiler (let us know if the build fails with your C compiler)
+ - a C11-compliant C compiler for libical-glib
+ - a C++11 compliant compiler for C++ bindings
- CMake version 3.11.0 or higher
- Perl
- libicu (not required but strongly recommended)
- - a C99-compliant C compiler (let us know if the build fails with your C compiler)
- - for C++ bindings, a C++11 compliant compiler
Building on Unix with gcc or clang:
% mkdir build