diff options
-rw-r--r-- | README-hacking | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README-hacking b/README-hacking index 4f6de652..0381d513 100644 --- a/README-hacking +++ b/README-hacking @@ -14,6 +14,10 @@ version. - Texinfo <http://www.gnu.org/software/texinfo> - Git <http://git.or.cz> +Up-to-date compilers and libraries are also recommended, for better +static checking. You may be able to use an older compiler by building +with 'make WERROR_CFLAGS='; if so, don't worry about its false alarms. + * Bootstrapping Obviously, if you are reading these notes, you did manage to clone |