diff options
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ Requirements ------------ -You will need a Posix compatible shell command interpreter like Bash or -Dash. +You will need a C++ compiler. +I use gcc 4.3.4 and 3.3.6, but the code should compile with any +standards compliant compiler. +Gcc is available at http://gcc.gnu.org. + +You will also need a Posix compatible shell command interpreter like +Bash or Dash. Bash is available at http://gnu.org/software/bash/bash.html. Dash is available at http://packages.debian.org/stable/dash/. |