diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-08 16:33:33 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-08 16:33:33 +0000 |
commit | d6cce233273396fcdfa8b6844e3b463f9c167b00 (patch) | |
tree | 335b5f993e955f17c68cd3e9e779fbd26c071b9a /INSTALL | |
parent | Adding upstream version 0.8. (diff) | |
download | lzd-d6cce233273396fcdfa8b6844e3b463f9c167b00.tar.xz lzd-d6cce233273396fcdfa8b6844e3b463f9c167b00.zip |
Adding upstream version 0.9.upstream/0.9
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-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. |