COMBINE-lab / pufferfish

An efficient index for the colored, compacted, de Bruijn graph
GNU General Public License v3.0
107 stars 19 forks source link

can't install pufferfish #46

Open hungmai1984 opened 11 months ago

hungmai1984 commented 11 months ago

Hello, I tried to install pufferfish on Ubuntu 22.04.3 LTS following the guide

git clone git@github.com:COMBINE-lab/pufferfish.git cd pufferfish mkdir build cd build cmake ../ make but it showed me the error /bin/sh: 1: curl: not found make[2]: [CMakeFiles/libtbb.dir/build.make:99: libtbb-prefix/src/libtbb-stamp/libtbb-download] Error 127 make[1]: [CMakeFiles/Makefile2:209: CMakeFiles/libtbb.dir/all] Error 2 make: *** [Makefile:156: all] Error 2 could you help me figure out how to solve this problem. Thank you