summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Fankhauser (@tux-six)2022-07-20 13:47:58 +0200
committerAndreas Fankhauser (@tux-six)2022-07-20 13:47:58 +0200
commit4748d472f73f67a6dcaac5947dba94bf09bc7164 (patch)
treeea7d71fa3a13553f587d33d7eb8901925b8d3b71 /README.md
parent8715622ee3a0c0daa74934e5a349bd47c7fd23bd (diff)
downloadDeflateAndInflate-4748d472f73f67a6dcaac5947dba94bf09bc7164.zip
DeflateAndInflate-4748d472f73f67a6dcaac5947dba94bf09bc7164.tar.gz
Add doc how to build inside docker
(wip @ f04b084b3f2ae726544be599ae394a0a600ec8c8)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b64d36..c97bbed 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,13 @@
Pure DeflateInflate executables
===============================
+Deflate and inflate commandline frontend for zlib.
+
+
+## Build / Install
+
+Use well-known configure/make/install proceduce.
+
+Alternatively `contrib/build-using-docker/README.md` provides an
+isolated and easier to reproduce build environment via docker.