SemRep
SemRep copied to clipboard
File in Windows format
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.
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.