summaryrefslogtreecommitdiffstats
path: root/debian/liblzma-dev.README.Debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:12:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:12:05 +0000
commit8f50ad90d48b537c93151485b23dd37f6b97f01a (patch)
tree2d3be7c349941d9fab1931dedbff19e4dd5344df /debian/liblzma-dev.README.Debian
parentAdding upstream version 5.4.1. (diff)
downloadxz-utils-8f50ad90d48b537c93151485b23dd37f6b97f01a.tar.xz
xz-utils-8f50ad90d48b537c93151485b23dd37f6b97f01a.zip
Adding debian version 5.4.1-0.2.debian/5.4.1-0.2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/liblzma-dev.README.Debian19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/liblzma-dev.README.Debian b/debian/liblzma-dev.README.Debian
new file mode 100644
index 0000000..81e397d
--- /dev/null
+++ b/debian/liblzma-dev.README.Debian
@@ -0,0 +1,19 @@
+From the XZ Utils README (included in the xz-utils package):
+
+1.3. Documentation for liblzma
+
+ The liblzma API headers include short docs about each function
+ and data type as Doxygen tags. These docs should be quite OK as
+ a quick reference.
+
+ I have planned to write a bunch of very well documented example
+ programs, which (due to comments) should work as a tutorial to
+ various features of liblzma. No such example programs have been
+ written yet.
+
+ For now, if you have never used liblzma, libbzip2, or zlib, I
+ recommend learning *basics* of zlib API. Once you know that, it
+ should be easier to learn liblzma.
+
+ http://zlib.net/manual.html
+ http://zlib.net/zlib_how.html