This project is a part of Staticlibs.
This project contains a CMake build file for building the libjpeg-turbo library that can be used to build sources imported from CentOS lookaside.
CMake is required for building.
NASM is also required for building on Windows. You can obtain ready-to-use NASM distribution from tools_windows_nasm repository.
To build the library on Windows using Visual Studio 2013 Express run the following commands using
Visual Studio development command prompt
(C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts\VS2013 x86 Native Tools Command Prompt
):
git clone https://github.com/staticlibs/lookaside_libjpeg-turbo.git
git clone https://github.com/staticlibs/external_libjpeg-turbo.git
cd external_libjpeg-turbo
mkdir build
cd build
cmake ..
msbuild external_libjpeg-turbo.sln
See StaticlibsToolchains for more information about the CMake toolchains setup and cross-compilation.
This project is released under the Apache License 2.0.
2020-10-02
- version 1.2.90-6
- pkgconfig name compat
2019-12-02
- version 1.2.90-5
- support overriding C runtime lib on Windows
2019-10-02
- version 1.2.90-4
- 4 patches applied
2019-01-07
- version 1.2.90-3
- lookaside sources minor update
2018-03-20
- version 1.2.90-2
- drop submodule
- linux, macos and android builds
2017-01-04
- version 1.2.90-1
- initial public version