1To build the libjpeg turbo library, follow these steps: 2 31) Clone git repo from the following link: 4 5https://github.com/libjpeg-turbo/libjpeg-turbo/ 6 72) Install CMake, which can be obtained from: 8 9https://cmake.org/download/ 10 113) Run the command: 12cmake -G"Visual Studio 16" -A"Win32" 13 14This command will produce a .sln and several vcproj files to build using Visual Studio IDE. 15 164) Build the the libjpeg-static library, this is the only one that is needed to link with Studio.