SemRep icon indicating copy to clipboard operation
SemRep copied to clipboard

File in Windows format

Open nicola883 opened this issue 4 years ago • 1 comments

Hi. It seems that the files are in Windows format, i.e., rows end with CR LF instead of LF. Because of this, the tool cannot be installed in Linux. I tried to convert bin/install.sh, but it is not enough. I think that it is not safe to search and replace the characters because some files are binary.

nicola883 avatar Dec 18 '21 20:12 nicola883

Simply converting install.sh from Windows format to Linux format should be sufficient, since the installation scripts were tested on Linux. Have you tried a utility like dos2unix? You shouldn't have to do anything with binary files.

kilicogluh avatar Dec 28 '21 19:12 kilicogluh