We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d185fc7 commit 375ffbfCopy full SHA for 375ffbf
build-cmtk.sh
@@ -2,6 +2,7 @@
2
set -e
3
# check to see if cmtk install folder is empty
4
if [ ! -d "$HOME/usr/local/bin" ]; then
5
+ mkdir -p $HOME/src && cd $HOME/src
6
git clone --depth 50 https://github.com/jefferis/cmtk
7
cd cmtk/core && mkdir build && cd build && cmake .. && make DESTDIR=$HOME/ all install
8
else
0 commit comments