diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-06-28 09:38:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-06-28 09:38:41 +0000 |
commit | b9665c8d391b176a290d827c4802ec3bc50ed970 (patch) | |
tree | 48e77a642132cec86995c58b274251576cf966f6 /INSTALL | |
parent | Adding upstream version 0.5. (diff) | |
download | xlunzip-b9665c8d391b176a290d827c4802ec3bc50ed970.tar.xz xlunzip-b9665c8d391b176a290d827c4802ec3bc50ed970.zip |
Adding upstream version 0.6.upstream/0.6
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ Requirements ------------ -You will need a C compiler. +You will need a C99 compiler. (gcc 2.95 or newer is recommended). I use gcc 6.1.0 and 4.1.2, but the code should compile with any standards compliant compiler. Gcc is available at http://gcc.gnu.org. @@ -41,8 +41,8 @@ the main archive. documentation. Or type 'make install-compress', which additionally compresses the - man page after installation. (Installing compressed docs may become - the default in the future). + man page after installation. + (Installing compressed docs may become the default in the future). You can install only the program or the man page by typing 'make install-bin' or 'make install-man' respectively. |