summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
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