CuteVCF icon indicating copy to clipboard operation
CuteVCF copied to clipboard

Installation and launch troubles.

Open Nedgang opened this issue 8 years ago • 3 comments

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.

Nedgang avatar Jan 04 '17 10:01 Nedgang

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

dridk avatar Jan 04 '17 10:01 dridk

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

dridk avatar Jan 04 '17 10:01 dridk

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

natir avatar Jan 04 '17 11:01 natir