make build
go build -o target/bin/myproject “/path/to/myproject”
github com/zama-ai/fhevm-go/fhevm/tfhe
In file included from vendor/github com/zama-ai/fhevm-go/fhevm/tfhe/tfhe_ciphertext.go:4:
./tfhe_wrappers.h:1:10: fatal error: tfhe.h: No such file or directory
1 | #include <tfhe.h>
| ^~~~~~~~
compilation terminated.
make: *** [Makefile:290: target/bin/myprject] Error 1
I did not find a thfe.h in fhevm directories. Could you help me with this issue please?