# HG changeset patch # User diego # Date 1233487758 0 # Node ID db90719da3bfbbc2be1c6cbcb78ea5c0d7192123 # Parent e7b6f5ea90941261b9e08d3cbff54806f931dead Add a note about POSIX system requirements. diff -r e7b6f5ea9094 -r db90719da3bf DOCS/xml/en/install.xml --- 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 @@ + POSIX system - You need a POSIX-compatible + shell and POSIX-compatible system tools like grep, sed, awk, etc. in your + path. + + GNU make 3.81 or later diff -r e7b6f5ea9094 -r db90719da3bf README --- 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.