Merge branch 'main' into dev
This commit is contained in:
@@ -363,9 +363,13 @@ located (usually **/usr/bin**.) Next, execute the following commands:
|
|||||||
|
|
||||||
cd {build_directory}
|
cd {build_directory}
|
||||||
cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
|
cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
|
||||||
|
-DCMAKE_INSTALL_PREFIX={install_path} \
|
||||||
[additional CMake flags] {source_directory}
|
[additional CMake flags] {source_directory}
|
||||||
make
|
make
|
||||||
|
|
||||||
|
*{install\_path}* is the path under which the libjpeg-turbo binaries should be
|
||||||
|
installed.
|
||||||
|
|
||||||
|
|
||||||
### 64-bit MinGW Build on Un*x (including Mac and Cygwin)
|
### 64-bit MinGW Build on Un*x (including Mac and Cygwin)
|
||||||
|
|
||||||
@@ -382,9 +386,13 @@ located (usually **/usr/bin**.) Next, execute the following commands:
|
|||||||
|
|
||||||
cd {build_directory}
|
cd {build_directory}
|
||||||
cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
|
cmake -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake \
|
||||||
|
-DCMAKE_INSTALL_PREFIX={install_path} \
|
||||||
[additional CMake flags] {source_directory}
|
[additional CMake flags] {source_directory}
|
||||||
make
|
make
|
||||||
|
|
||||||
|
*{install\_path}* is the path under which the libjpeg-turbo binaries should be
|
||||||
|
installed.
|
||||||
|
|
||||||
|
|
||||||
Building libjpeg-turbo for iOS
|
Building libjpeg-turbo for iOS
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user