Need a windows binary for version 1.0 and ongoing.
thank you.
Build it yourself, you need just a non-ancient C compiler
Hi there,
thank you.
I can do for myself since I'm a developer.
I thought that there are countless people who don't have compiler but have
a computer and a need to compress/decompress. Are you going to ask them to
compile it by themselves ? It helps all those people to download a
legitimate copy of zstd -- instead of virus makers targetting the
popularity of zstd and releasing viruses ridden version of zstd soon.
thoughts ?
thank you,
BR,
~A
On Thu, Sep 1, 2016 at 3:20 PM, Jędrzej [email protected] wrote:
Build it yourself, you need just a non-ancient C compiler
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/facebook/zstd/issues/321#issuecomment-244031173, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AABDhFwnE0ikn7o9Pd5n8ig2mF8n_anZks5qlp_vgaJpZM4JygUX
.
If you don't want to have to open Visual Studio, but have the required SDKs installed on your dev box (msdbuild & MSVC compiler) you can use the build scripts under /projects/build to produce both x86 and x64 binaries (exe and dll) for various versions of the MS VC Runtime
See https://github.com/facebook/zstd/blob/master/projects/build/README.md for details.
There are now pre-compiled zstd binaries in the release section for v1.0,
prepared by @inikep .
Thanks. Node.js interface has been updated to use them.