You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried to install pufferfish on Ubuntu 22.04.3 LTS following the guide
git clone [email protected]: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
The text was updated successfully, but these errors were encountered:
Hello,
I tried to install pufferfish on Ubuntu 22.04.3 LTS following the guide
The text was updated successfully, but these errors were encountered: