You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The top-level directory contains the following information files:
37
37
***configure** - configuration script, see INSTALL for details. If your copy of the source lacks a `configure` script, you can try to construct it by running the script in `build/autogen.sh` (or use `cmake`).
38
38
39
39
The following files in the top-level directory are used by the 'configure' script:
40
+
40
41
*`Makefile.am`, `aclocal.m4`, `configure.ac` - used to build this distribution, only needed by maintainers
41
42
*`Makefile.in`, `config.h.in` - templates used by configure script
42
43
@@ -71,6 +72,7 @@ know about any errors or omissions you find.
71
72
## Supported Formats
72
73
73
74
Currently, the library automatically detects and reads the following formats:
75
+
74
76
* Old V7 tar archives
75
77
* POSIX ustar
76
78
* GNU tar format (including GNU long filenames, long link names, and sparse files)
@@ -92,6 +94,7 @@ Currently, the library automatically detects and reads the following formats:
92
94
* XAR archives
93
95
94
96
The library also detects and handles any of the following before evaluating the archive:
97
+
95
98
* uuencoded files
96
99
* files with RPM wrapper
97
100
* gzip compression
@@ -103,6 +106,7 @@ The library also detects and handles any of the following before evaluating the
103
106
* zstandard compression
104
107
105
108
The library can create archives in any of the following formats:
109
+
106
110
* POSIX ustar
107
111
* POSIX pax interchange format
108
112
* "restricted" pax format, which will create ustar archives except for
@@ -122,6 +126,7 @@ The library can create archives in any of the following formats:
122
126
* XAR archives
123
127
124
128
When creating archives, the result can be filtered with any of the following:
0 commit comments