Skip to content

Commit

Permalink
fix jpeg install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Jan 2, 2025
1 parent 4cc7524 commit 073c9ca
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions ci-utils/install_prereq_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,15 @@ if [[ $BUILD_Z5_DEP -eq 1 ]]; then
cd ../../
fi

JPEG_INSTALL_PATH=$PWD
curl -L http://www.ijg.org/files/jpegsrc.v9f.tar.gz -o jpegsrc.v9f.tar.gz
tar -xzf jpegsrc.v9f.tar.gz
cd jpeg-9f
./configure --prefix="$JPEG_INSTALL_PATH"/"$LOCAL_INSTALL_DIR"
make install-lib
cd ..

if [[ $BULD_DCMTK_DEP -eq 1 ]]; then
JPEG_INSTALL_PATH=$PWD
curl -L http://www.ijg.org/files/jpegsrc.v9e.tar.gz -o jpegsrc.v9e.tar.gz
tar -xzf jpegsrc.v9e.tar.gz
cd jpeg-9e
./configure --prefix=
make DESTDIR="$JPEG_INSTALL_PATH"/"$LOCAL_INSTALL_DIR" install
./libtool --finish "$JPEG_INSTALL_PATH"/"$LOCAL_INSTALL_DIR"/lib
cd ..

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
Expand Down

0 comments on commit 073c9ca

Please sign in to comment.