Skip to content

Commit

Permalink
turn off dcmtk in cmtk build
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis authored Aug 7, 2024
1 parent ae668d5 commit 8812456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cmtk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
if [ ! -d "$HOME/usr/local/bin" ]; then
mkdir -p $HOME/src && cd $HOME/src
git clone --depth 50 https://github.com/jefferis/cmtk
cd cmtk/core && mkdir build && cd build && cmake .. && make DESTDIR=$HOME/ all install
cd cmtk/core && mkdir build && cd build && cmake -DCMTK_USE_DCMTK=OFF .. && make DESTDIR=$HOME/ all install
else
echo 'Using cached $HOME/usr/local directory.';
fi

0 comments on commit 8812456

Please sign in to comment.