Lines Matching full:visual
7 - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)
10 #### How to compile lz4 with Visual Studio
12 1. Install Visual Studio e.g. VS 2015 Community Edition (it's free).
15 4. Go to decompressed directory then to `visual` then `VS2010` and open `lz4.sln`
16 5. Visual Studio will ask about converting VS2010 project to VS2015 and you should agree.
19 8. If compilation will be fine a compiled executable will be in `visual\VS2010\bin\x64_Release\lz4.…
24 The Visual Studio solution file `lz4.sln` contains many projects that will be compiled to the
25 `visual\VS2010\bin\$(Platform)_$(Configuration)` directory. For example `lz4` set to `x64` and
26 `Release` will be compiled to `visual\VS2010\bin\x64_Release\lz4.exe`. The solution file contains t…
39 #### Using LZ4 DLL with Microsoft Visual C++ project
42 `visual\VS2010\bin\$(Platform)_$(Configuration)\liblz4.lib` are required to compile a
43 project using Visual C++.
46 …be found in Project Properties of Visual Studio IDE in the `C/C++` Property Pages on the `General`…
53 `visual\VS2010\bin\$(Platform)_$(Configuration)\liblz4.dll`.