summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 16:11:09 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 16:11:09 +0000
commitececf5b1557dc45df52d1d1c5e7f8bc18c940301 (patch)
treeefe5eb51699a6d5ba86cb91c6259d23b7eb65320 /INSTALL
parentAdding debian version 0.3-1. (diff)
downloadzutils-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--INSTALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 2368267..1dadb5e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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/.