Give an example how to pass the zstd directory options to the configure script

Signed-off-by: Tor Lillqvist <tml@collabora.com>
Change-Id: I23a38265f64d037480cb9b17caa8ce4a660f62a6
pull/5417/head
Tor Lillqvist 2022-11-02 13:56:18 +02:00 committed by Michael Meeks
parent 3862efd37e
commit a3b0eda252
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ fi
BUILD_PATH=$1 # for instance $PWD/zstd-build-dir
# Then when running the configure script, pass the following additional options:
# -with-zstd-libs=$PWD/zstd-build-dir/ios-zstd/install/OS64/lib --with-zstd-includes=$PWD/zstd-build-dir/ios-zstd/lib
PLATFORMS="OS64"
mkdir -p $BUILD_PATH