diff doc/manual/manual_overview.tex @ 250:7cb8a0aaf638

- note about c99 (+ anon struct/union) requirements in doc
author Tassilo Philipp
date Sun, 14 May 2017 00:19:15 +0200
parents bde22cd2034d
children aa0d2536a4eb
line wrap: on
line diff
--- a/doc/manual/manual_overview.tex	Sat May 13 23:02:17 2017 +0200
+++ b/doc/manual/manual_overview.tex	Sun May 14 00:19:15 2017 +0200
@@ -178,3 +178,10 @@
 \caption{Supported platforms}%
 \end{table}
 
+\subsection{Build Requirements}
+
+The library needs at least a c99 compiler with additional support for anonymous
+structs/unions (which were introduced officially in c11). Given that those are
+generally supported by pretty much all major c99 conforming compilers (as
+default extension), it should build fine with a c99 toolchain.
+