Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove trailing spaces in readme files
  • Loading branch information
rzikm committed Dec 19, 2025
commit c3af453f405c9b72fa627b41de8fd09bd3ac8882
4 changes: 2 additions & 2 deletions src/native/external/zstd/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ following projects:
- `zstd` : Command Line Utility, supporting gzip-like arguments
- `datagen` : Synthetic and parametrable data generator, for tests
- `fullbench` : Precisely measure speed for each zstd inner functions
- `fuzzer` : Test tool, to check zstd integrity on target platform
- `fuzzer` : Test tool, to check zstd integrity on target platform
- `libzstd` : A static ZSTD library compiled to `libzstd_static.lib`
- `libzstd-dll` : A dynamic ZSTD library (DLL) compiled to `libzstd.dll` with the import library `libzstd.lib`
- `fullbench-dll` : The fullbench program compiled with the import library; the executable requires ZSTD DLL
Expand All @@ -53,4 +53,4 @@ a project using Visual C++.
then the directory has to be added to `Linker\General\Additional Library Directories`.

The compiled executable will require ZSTD DLL which is available at
`visual\VS2010\bin\$(Platform)_$(Configuration)\libzstd.dll`.
`visual\VS2010\bin\$(Platform)_$(Configuration)\libzstd.dll`.
Loading