Issue
I was trying to build the apt repository, but ran into the following error when running cmake ..
:
CMake Error at CMakeLists.txt:44 (message):
Could not find triehash executable
How do I fix this?
Solution
This cmake tries to find triehash
utility in your system. Is it installed? If no use sudo apt install triehash
Answered By - P. Dmitry