changeset 28387:db90719da3bf

Add a note about POSIX system requirements.
author diego
date Sun, 01 Feb 2009 11:29:18 +0000
parents e7b6f5ea9094
children 69391048c83c
files DOCS/xml/en/install.xml README
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/install.xml	Sun Feb 01 11:28:31 2009 +0000
+++ b/DOCS/xml/en/install.xml	Sun Feb 01 11:29:18 2009 +0000
@@ -26,6 +26,11 @@
 
 <itemizedlist>
 <listitem><para>
+  <emphasis role="bold">POSIX system</emphasis> - You need a POSIX-compatible
+  shell and POSIX-compatible system tools like grep, sed, awk, etc. in your
+  path.
+</para></listitem>
+<listitem><para>
   <emphasis role="bold">GNU make</emphasis> 3.81 or later
 </para></listitem>
 <listitem><para>
--- a/README	Sun Feb 01 11:28:31 2009 +0000
+++ b/README	Sun Feb 01 11:29:18 2009 +0000
@@ -16,6 +16,8 @@
 
 
 Requirements:
+- POSIX system: You need a POSIX-compatible shell and POSIX-compatible system
+  tools like grep, sed, awk, etc. in your path.
 - You need a working development environment that can compile programs.
   On popular Linux distributions, this means having the glibc development
   package(s) installed.