1.2 KiB
1.2 KiB
Projects for various integrated development environments (IDE)
Included projects
The following projects are included with the zstd distribution:
cmake
- CMake project contributed by Artyom DymchenkoVS2005
- Visual Studio 2005 projectVS2008
- Visual Studio 2008 projectVS2010
- Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)build
- command line scripts prepared for Visual Studio compilation without IDE
How to compile zstd with Visual Studio
- Install Visual Studio e.g. VS 2015 Community Edition (it's free).
- Download the latest version of zstd from https://github.com/Cyan4973/zstd/releases
- Decompress ZIP archive.
- Go to decompressed directory then to
projects
thenVS2010
and openzstd.sln
- Visual Studio will ask about converting VS2010 project to VS2015 and you should agree.
- Change
Debug
toRelease
and if you have 64-bit Windows change alsoWin32
tox64
. - Press F7 on keyboard or select
BUILD
from the menu bar and chooseBuild Solution
. - If compilation will be fine a compiled executable will be in
projects\VS2010\bin\x64\Release\zstd.exe