diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-08 16:33:37 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-08 16:34:01 +0000 |
commit | e60ddc10d5e26d8e4d5d092c7ac874ec6124737b (patch) | |
tree | b303cbba36f2fd3cb52e729d56ea05f612def44c /INSTALL | |
parent | Releasing debian version 0.8-1. (diff) | |
download | lzd-e60ddc10d5e26d8e4d5d092c7ac874ec6124737b.tar.xz lzd-e60ddc10d5e26d8e4d5d092c7ac874ec6124737b.zip |
Merging upstream version 0.9.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Requirements ------------ You will need a C++ compiler. -I use gcc 4.9.1 and 4.1.2, but the code should compile with any +I use gcc 5.3.0 and 4.1.2, but the code should compile with any standards compliant compiler. Gcc is available at http://gcc.gnu.org. |