Skip to content

Commit

Permalink
use natdev branch for cmtk
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis authored Aug 9, 2024
1 parent 243d6cd commit 5079301
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-cmtk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ set -e
# check to see if cmtk install folder is empty
if [ ! -d "$HOME/usr/local/bin" ]; then
mkdir -p $HOME/src && cd $HOME/src
git clone --depth 50 https://github.com/jefferis/cmtk@natdev
cd cmtk/core && mkdir build && cd build && cmake .. && make DESTDIR=$HOME/ all install
git clone --depth 50 https://github.com/jefferis/cmtk
cd cmtk && git checkout natdev
cd core && mkdir build && cd build && cmake .. && make DESTDIR=$HOME/ all install
else
echo 'Using cached $HOME/usr/local directory.';
fi

0 comments on commit 5079301

Please sign in to comment.