Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
tools
xz
Commits
86033ecbfb15
Commit
86033ecbfb15
authored
5 years ago
by
Lasse Collin
Browse files
Options
Downloads
Patches
Plain Diff
README: Update outdated sections.
parent
9a12b350cff4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+11
-10
11 additions, 10 deletions
README
with
11 additions
and
10 deletions
README
+
11
−
10
View file @
86033ecb
...
@@ -55,9 +55,11 @@
...
@@ -55,9 +55,11 @@
Similarly, it is possible that some day there is a filter that will
Similarly, it is possible that some day there is a filter that will
compress better than LZMA2.
compress better than LZMA2.
XZ Utils doesn't support multithreaded compression or decompression
XZ Utils supports multithreaded compression. XZ Utils doesn't support
yet. It has been planned though and taken into account when designing
multithreaded decompression yet. It has been planned though and taken
the .xz file format.
into account when designing the .xz file format. In the future, files
that were created in threaded mode can be decompressed in threaded
mode too.
1. Documentation
1. Documentation
...
@@ -103,8 +105,8 @@
...
@@ -103,8 +105,8 @@
and data type as Doxygen tags. These docs should be quite OK as
and data type as Doxygen tags. These docs should be quite OK as
a quick reference.
a quick reference.
I have planned to write a bunch of very well documented example
There are a few example/tutorial programs that should help in
programs, which (due to comments)
s
h
ou
ld work as a tutorial to
getting started with liblzma. In the
sou
rce package the examples
v
ar
ious features of liblzma. No such example programs have been
ar
e in "doc/examples" and in binary packages they may be under
written yet
.
"examples" in the same directory as this README
.
...
@@ -110,7 +112,6 @@
...
@@ -110,7 +112,6 @@
For now, if you have never used liblzma, libbzip2, or zlib, I
Since the liblzma API has similarities to the zlib API, some people
recommend learning the *basics* of the zlib API. Once you know that,
may find it useful to read the zlib docs and tutorial too:
it should be easier to learn liblzma.
http://zlib.net/manual.html
http://zlib.net/manual.html
http://zlib.net/zlib_how.html
http://zlib.net/zlib_how.html
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment