Skip to content

Commit

Permalink
need to specify cmtk branch in git clone
Browse files Browse the repository at this point in the history
* otherwise it's not available
  • Loading branch information
jefferis committed Oct 10, 2024
1 parent 53da8de commit 63aecdb
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 @@ -3,7 +3,7 @@ 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
git clone --depth 10 --branch natdev https://github.com/jefferis/cmtk
cd cmtk && git checkout natdev
cd core && mkdir build && cd build && cmake .. && make DESTDIR=$HOME/ all install
else
Expand Down

0 comments on commit 63aecdb

Please sign in to comment.