wsmoses / Tapir-LLVM

Tapir extension to LLVM for optimizing Parallel Programs
Other
133 stars 24 forks source link

Installation Issues #77

Open ljian006 opened 6 years ago

ljian006 commented 6 years ago

Hello,

I tried to follow the steps on Cilk Hub (http://cilk.mit.edu/download/) to install Tapir/LLVM compiler on Ubantu 14.04.1, but when I was running command "cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=host -DLLVM_BINUTILS_INCDIR=/usr/include .." to build Tapir/LLVM, it showed that "The snappy compression library is required to build Cilksan". Under such situations, I tried to download the source code of snappy (https://github.com/google/snappy ) and use cmake command to build it. Unfortunately, after snappy had been built successfully, the same error was still there. Could you please give me some suggestions to fix this issue?

Thank you very much for your help. Look forward to you reply.

Bests, Lin

neboat commented 6 years ago

Hey Lin,

A couple of questions:

Cheers, TB

ljian006 commented 6 years ago

Hello,

Thanks for your reply. After I built snappy from source, is there any commands to install it onto my Ubantu system? I used this command to build snappy ("mkdir build cd build && cmake ../ && make"), which is the same as the guide on the snappy Github repository. Thanks.

Bests, Lin

ehein6 commented 6 years ago

Try sudo make install