• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

include/18-Mar-2025-1,907986

LICENSE.mdD18-Mar-20255.1 KiB13396

README.txtD18-Mar-2025474 169

libjpeg-turbo.libD18-Mar-2025492 KiB

README.txt

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.