diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:02 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:02 +0000 |
commit | 4e47773f0570bdffefd062b85265242f9f13ef96 (patch) | |
tree | 815a38d504a9005ddd7f548c0067a43172f05a02 /INSTALL | |
parent | Adding upstream version 0.3. (diff) | |
download | zutils-4e47773f0570bdffefd062b85265242f9f13ef96.tar.xz zutils-4e47773f0570bdffefd062b85265242f9f13ef96.zip |
Adding upstream version 0.4.upstream/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/. |