created programs\README.md

This commit is contained in:
inikep
2016-08-25 10:07:20 +02:00
parent 7f18c6e5ef
commit ab2f7708c1
4 changed files with 111 additions and 18 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ projects for various integrated development environments (IDE)
#### Included projects
The following projects are included with the zstd distribution:
- cmake - CMake project contributed by Artyom Dymchenko
- VS2005 - Visual Studio 2005 project
- VS2008 - Visual Studio 2008 project
- VS2010 - 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
- `cmake` - CMake project contributed by Artyom Dymchenko
- `VS2005` - Visual Studio 2005 project
- `VS2008` - Visual Studio 2008 project
- `VS2010` - 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