labsquare / CuteVCF

simple viewer for variant call format using htslib
GNU General Public License v3.0
31 stars 4 forks source link

Installation and launch troubles. #21

Open Nedgang opened 7 years ago

Nedgang commented 7 years ago

Hi, first beta test! Installation and launch on linux (Fedora 25)

Add the fact to use git clone --recursive in the Readme, I've not fully read your mail, and I missed this information to install correctly ^^

For the compilation, after using qmake, I obtained "./CuteVCF: error while loading shared libraries: libhts.so.2: cannot open shared object file: No such file or directory" when I tried to launch the program with just ./CuteVCF. However, it work very well via QtCreator.

Finally, when launch, I've not the little chromosome illustration and colors show in your preview.

dridk commented 7 years ago

from htslib directory, you can type "sudo make install" to install htslib library into your LIB PATH.

dridk commented 7 years ago

I removed colored icons for now . It'wasn't nice

natir commented 7 years ago

If we dldn't want install htslib, you can set LD_LIBRARY_PATH env variable.