diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/zstd.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/zstd.xml b/chapter08/zstd.xml index 881aba286..cde0b9231 100644 --- a/chapter08/zstd.xml +++ b/chapter08/zstd.xml @@ -42,6 +42,10 @@ <sect2 role="installation"> <title>Installation of Zstd</title> + <para>Apply a patch to fix some issues identified by upstream:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&zstd-upstream-fixes-patch;</userinput></screen> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |