summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-01-22 12:02:30 -0500
committerAllen Winter <allen.winter@kdab.com>2022-01-22 12:02:30 -0500
commit71d09589f291bc9b95974a4d4db4087121ed4bc9 (patch)
tree6dc37e780bc73dfa588d8e4a0226bf3242d3e153 /Install.txt
parentd30f2ba33befd89e4ead4be6552ebf79efd2a490 (diff)
downloadlibical-git-71d09589f291bc9b95974a4d4db4087121ed4bc9.tar.gz
make it more explicit that C99 compliance is necessary
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Install.txt b/Install.txt
index 3117d350..779c6b86 100644
--- a/Install.txt
+++ b/Install.txt
@@ -13,7 +13,7 @@ To build libical you will need:
- CMake version 3.11.0 or higher
- Perl
- libicu (not required but strongly recommended)
- - a C compiler (let us know if the build fails with your C compiler)
+ - a C99-compliant C compiler (let us know if the build fails with your C compiler)
Building on Unix with gcc or clang:
% mkdir build