Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ jobs:
LIBRAW_VERSION=0.21.4
LIBTIFF_VERSION=v4.7.1
OPENJPEG_VERSION=v2.5.4
PTEX_VERSION=v2.4.3
PTEX_VERSION=v2.5.0
PUGIXML_VERSION=v1.15
WEBP_VERSION=v1.6.0
FREETYPE_VERSION=VER-2-14-0
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
* If you want support for WebP images:
* WebP >= 1.1 (tested through 1.6)
* If you want support for Ptex:
* Ptex >= 2.3.1 (probably works for older; tested through 2.4.3)
* Ptex >= 2.3.1 (probably works for older; tested through 2.5)
* If you want to be able to do font rendering into images:
* Freetype >= 2.10.0 (tested through 2.14)
* If you want to be able to read "ultra-HDR" embedded in JPEG files:
Expand Down
1 change: 1 addition & 0 deletions src/build-scripts/build_Ptex.bash
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ git checkout ${PTEX_VERSION} --force

time cmake -S . -B ${PTEX_BUILD_DIR} -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=${PTEX_INSTALL_DIR} \
-DCMAKE_CXX_STANDARD=17 \
${PTEX_CONFIG_OPTS}
time cmake --build ${PTEX_BUILD_DIR} --config Release --target install

Expand Down
Loading