Skip to content

Commit

Permalink
update libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Feb 4, 2025
1 parent 411d20c commit db7fa53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci-utils/install_prereq_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ make install -j4
cd ../../

if [[ $BULD_DCMTK_DEP -eq 1 ]]; then
curl -L https://github.com/glennrp/libpng/archive/refs/tags/v1.6.39.zip -o v1.6.39.zip
unzip v1.6.39.zip
cd libpng-1.6.39
curl -L https://github.com/glennrp/libpng/archive/refs/tags/v1.6.39.zip -o v1.6.46.zip
unzip v1.6.46.zip
cd libpng-1.6.46
mkdir build_man
cd build_man
cmake -DCMAKE_INSTALL_PREFIX=../../"$LOCAL_INSTALL_DIR"/ -DCMAKE_PREFIX_PATH=../../"$LOCAL_INSTALL_DIR"/ ..
Expand Down

0 comments on commit db7fa53

Please sign in to comment.