MWSchmid / HiCdat

Hi-C data analysis tool
GNU General Public License v3.0
13 stars 5 forks source link

Unable to install HiCdatPre #1

Open Tocci89 opened 6 years ago

Tocci89 commented 6 years ago

Hi MWSchmid, I'm trying to use HiCdatPre on my system but after making it executable and setting the path for the qt libraries, it throws the following: error while loading shared libraries: libaudio.so.2: cannot open shared object file: No such file or directory If that is a necessary library please include it into the linux_64bit folder ( I don't know for the other systems). Thanks in advance

MWSchmid commented 6 years ago

Hi Tocci

On a linux you should be able to solve this by installing the Qt4 (!) libraries (not Qt5):

sudo apt-get install qt4-default

Please let me know if this solved the problem.

Best regards