All of your programs/libraries get installed into /usr/local/bin except svtm which gets installed into $(HOME)/.local/bin Why is that? If you are going to stay with $HOME, then remove "sudo" from the last step of your installation instruction: [[git clone https://github.com/jeremybobbin/libst && \ cd libst && make && sudo make install && \ cd examples/svt && make && sudo make install && cd ../../../ && \ git clone https://github.com/jeremybobbin/sthkd && \ cd sthkd && make && sudo make install && cd ../ && \ git clone https://github.com/martanne/abduco && \ cd abduco && ./configure && make && sudo make install && \ git clone https://github.com/jeremybobbin/svtm && \ cd svtm && sudo make install ]]
You have sthkd as both its own git repo and as a subdirectory of libst. I think you ought to choose one or the other.