walaj / SeqLib

C++ htslib/bwa-mem/fermi interface for interrogating sequence data
http://bioinformatics.oxfordjournals.org/content/early/2016/12/21/bioinformatics.btw741.full.pdf+html
Other
132 stars 36 forks source link

can't Compile successful #17

Closed pobin6 closed 7 years ago

pobin6 commented 7 years ago

image

why? do I forget something?

walaj commented 7 years ago

Can you give us a bit more than that? How did you clone, configure and run make?

pobin6 commented 7 years ago

image I follow the guide,but when I use the order "make". the errors were happen. At first, I use the order git clone --recursive https://github.com/walaj/SeqLib.git to clone the soft in my windows compute, then I copy it to a linux server. Due to I am not have enough authority, I can't install it in the default directory. So I use the order: ./configure --prefix="absolute path", then make.

pobin6 commented 7 years ago

OK, I have solved the problem. I download the every file. git clone https://github.com/walaj/SeqLib.git git clone git@github.com:samtools/htslib.git ... ... then every thing is ok.

but why?

walaj commented 7 years ago

I'm not sure. I still don't have enough information in your issue report to recreate this. The installation works as the documentation describes on all the systems I tested on.