mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 20:11:34 -06:00
geändert: README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
# README
|
||||||
|
|
||||||
This is the Github Page of 7-Zip with support for **zstd**, short for
|
This is the Github Page of 7-Zip with support for **zstd**, short for
|
||||||
Zstandard, which is a fast lossless compression algorithm, targeting
|
Zstandard, which is a fast lossless compression algorithm, targeting
|
||||||
real-time compression scenarios at zlib-level compression ratio.
|
real-time compression scenarios at zlib-level compression ratio.
|
||||||
@@ -12,23 +14,23 @@ You can install it in two ways:
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
# 7-Zip ZStandard Edition (full setup, with GUI and Explorer integration)
|
## 7-Zip ZStandard Edition (full setup, with GUI and Explorer integration)
|
||||||
|
|
||||||
## Installation
|
### Installation
|
||||||
|
|
||||||
1. download the setup from here https://mcmilk.de/projects/7-Zip-zstd/dl/
|
1. download the setup from here https://mcmilk.de/projects/7-Zip-zstd/dl/
|
||||||
- https://mcmilk.de/projects/7-Zip-zstd/dl/7z1602-zstd-x32.exe
|
- https://mcmilk.de/projects/7-Zip-zstd/dl/7z1602-zstd-x32.exe
|
||||||
- https://mcmilk.de/projects/7-Zip-zstd/dl/7z1602-zstd-x64.exe
|
- https://mcmilk.de/projects/7-Zip-zstd/dl/7z1602-zstd-x64.exe
|
||||||
2. install it
|
2. install it
|
||||||
|
|
||||||
## Usage
|
### Usage
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
# ZStandard codec Plugin for 7-Zip
|
## ZStandard codec Plugin for 7-Zip
|
||||||
|
|
||||||
## Installation
|
### Installation
|
||||||
|
|
||||||
1. download the codec archiv from https://mcmilk.de/projects/7-Zip-zstd/dl/Codecs.7z
|
1. download the codec archiv from https://mcmilk.de/projects/7-Zip-zstd/dl/Codecs.7z
|
||||||
2. create a new directory named "Codecs"
|
2. create a new directory named "Codecs"
|
||||||
@@ -66,7 +68,7 @@ Codecs:
|
|||||||
1 ED 4F71101 ZSTD <-- NEW
|
1 ED 4F71101 ZSTD <-- NEW
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
### Usage
|
||||||
|
|
||||||
- when compressing binaries (*.exe, *.dll), you have to explicitly disable
|
- when compressing binaries (*.exe, *.dll), you have to explicitly disable
|
||||||
the bcj2 filter via `-m0=bcj`
|
the bcj2 filter via `-m0=bcj`
|
||||||
@@ -80,7 +82,7 @@ Codecs:
|
|||||||
7z a archiv.7z -m0=bcj -m1=zstd -mx22 ...Ultra Mode, with BCJ preprocessor on executables
|
7z a archiv.7z -m0=bcj -m1=zstd -mx22 ...Ultra Mode, with BCJ preprocessor on executables
|
||||||
```
|
```
|
||||||
|
|
||||||
# Links
|
## Links
|
||||||
- ZStandard Homepage: https://github.com/Cyan4973/zstd
|
- ZStandard Homepage: https://github.com/Cyan4973/zstd
|
||||||
- 7-Zip ZStandard Homepage: https://mcmilk.de/projects/7-Zip-zstd/dl/
|
- 7-Zip ZStandard Homepage: https://mcmilk.de/projects/7-Zip-zstd/dl/
|
||||||
- Request for inclusion into the mainline 7-Zip: https://sourceforge.net/p/sevenzip/discussion/45797/thread/a7e4f3f3/
|
- Request for inclusion into the mainline 7-Zip: https://sourceforge.net/p/sevenzip/discussion/45797/thread/a7e4f3f3/
|
||||||
|
|||||||
Reference in New Issue
Block a user