[dev] svtm

From: Greg Reagle <greagle_AT_fastmail.fm>
Date: Sat, 24 Apr 2021 04:46:26 -0400

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.
Received on Sat Apr 24 2021 - 10:46:26 CEST

This archive was generated by hypermail 2.3.0 : Sat Apr 24 2021 - 10:48:09 CEST