Kingsford-Group / bloomtree

GNU General Public License v3.0
73 stars 14 forks source link

Build instructions requested. #2

Closed ctb closed 9 years ago

ctb commented 9 years ago

Is anything other than SDSL needed?

ctb commented 9 years ago

And, more generally, what are the various requirements, if known?

ctb commented 9 years ago

Jellyfish too, apparently :)

ctb commented 9 years ago

Build failure: jellyfish/mer_dna_bloom_counter.hpp not found. I've got Jellyfish 1.1.11; is there a newer version? Ahh, I see, 2.0...

Bradsol commented 9 years ago

The current SBT implementation should run provided you have gcc (Version 4.91 or later), Jellyfish (Version 2.2.0 or later), and SDSL. Did updating Jellyfish resolve the issue?

ctb commented 9 years ago

Yep, I got it all working. But it would be nice if so much guessing weren't involved...

Bradsol commented 9 years ago

The exact instructions I listed are actually already available on the SBT website ( http://www.cs.cmu.edu/~ckingsf/software/bloomtree/ ) but it is a very good point and I will include similar instructions on the Github web page itself. Thank you for the advice.

ctb commented 9 years ago

On Sun, May 31, 2015 at 11:54:59AM -0700, Bradsol wrote:

The exact instructions I listed are actually already available on the SBT website ( http://www.cs.cmu.edu/~ckingsf/software/bloomtree/ ) but it is a very good point and I will include similar instructions on the Github web page itself. Thank you for the advice.

Ahh, now I found it - yes, sorry, I saw "binary" and ignored everything below that :)