diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-05-31 14:35:09 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-05-31 14:35:09 +0200 |
commit | 51eec7ec9cf1a154df61e6fc6c46acab7c69b296 (patch) | |
tree | 96c59a9d489ddd271a05aa880951502f7490a910 /INSTALL | |
parent | c1bf42f3e6ad8f1c3d821a2ae616c5703f66237c (diff) | |
download | perl-51eec7ec9cf1a154df61e6fc6c46acab7c69b296.tar.gz |
State the requirement of a C89 compliant ANSI C-compiler
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ any prefix location by adding "-Dprefix='/some/dir'" to Configure's args. To explicitly name the perl binary, use the command "make install PERLNAME=myperl". +Building perl from source requires an ANSI compliant C-Compiler. +A minimum of C89 is required. Some features available in C99 will +be probed for and used when found. The perl build process does not +rely on anything more than C89. + These options, and many more, are explained in further detail below. If you have problems, corrections, or questions, please see |