From 185261f4e8fea2afbd9b75a9e2a03f902f1ab238 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 23 Apr 2019 19:00:36 -0700 Subject: doc/software: Need to disable deprecation warnings to build zstd --- doc/software.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/software.md b/doc/software.md index f86aa0e..6018b80 100644 --- a/doc/software.md +++ b/doc/software.md @@ -64,7 +64,8 @@ Configure with ## zstd -Builds after disabling CPU identification inline assembly. +Requires disabling CPU identification inline assembly and deprecation +warnings. ```diff diff --git a/lib/common/cpu.h b/lib/common/cpu.h @@ -81,4 +82,8 @@ index 5f0923fc..10dd7d7f 100644 * reserves ebx for use of its pic register so we must specially ``` +Build with + + make CC=/path/to/cc CFLAGS='-DZDICT_DISABLE_DEPRECATE_WARNINGS -DZBUFF_DISABLE_DEPRECATE_WARNINGS' zstd + Some tests fail, which still need to be investigated. -- cgit v1.2.3