Replies: 1 comment
-
If zstd is not findable generally in compiler and/or in the OS you'll need to declare it in one of the B2 config files (https://www.bfgroup.xyz/b2/manual/release/index.html#bbv2.overview.configuration) as:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I build Boost on Windows with iostreams with zstd support?
I have tried lots of things including
b2 -sZSTD_INCLUDE="C:\Libraries\zstd-v1.5.2-win64\include" -sZSTD_LIBPATH="C:\Libraries\zstd-v1.5.2-win64\dll" -sZSTD_BINARY="libzstd"
Thank you
Johan
Beta Was this translation helpful? Give feedback.
All reactions