Issue
I followed TON installation guide and faced error on the last step:
cmake --build . --target test-lite-client
tests.cpp:37:59: error: use of undeclared identifier 'sha256' auto hash = PSTRING() « format::as_hex_dump<0>(Slice(sha256(result)));
How can I solve it? (openssl gperf zlib1g libssl-dev installed successfully) I am using Ubuntu 18.04.2 LTS
Solution
It helps me
sudo apt-get install zlib1g-dev
Answered By - alcoder Answer Checked By - Dawn Plyler (WPSolving Volunteer)