Closed zjesko closed 5 months ago
how does one install the command line tools like spm_train using make (as given in the instructions) without having the sudo permissions?
spm_train
preferably a way to do a local installation of the same in ones home folder (~/)
~/
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME
how does one install the command line tools like
spm_train
using make (as given in the instructions) without having the sudo permissions?preferably a way to do a local installation of the same in ones home folder (
~/
)