diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:09 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:09 +0000 |
commit | ececf5b1557dc45df52d1d1c5e7f8bc18c940301 (patch) | |
tree | efe5eb51699a6d5ba86cb91c6259d23b7eb65320 /INSTALL | |
parent | Adding debian version 0.3-1. (diff) | |
download | zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.tar.xz zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.zip |
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'INSTALL')
-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/. |