Skip to content

Commit 375ffbf

Browse files
committed
Don't build cmtk directly in home directory
* otherwise it seems to get mixed up with package directory
1 parent d185fc7 commit 375ffbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-cmtk.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -e
33
# check to see if cmtk install folder is empty
44
if [ ! -d "$HOME/usr/local/bin" ]; then
5+
mkdir -p $HOME/src && cd $HOME/src
56
git clone --depth 50 https://github.com/jefferis/cmtk
67
cd cmtk/core && mkdir build && cd build && cmake .. && make DESTDIR=$HOME/ all install
78
else

0 commit comments

Comments
 (0)