Closed kazei92 closed 2 years ago
Have you managed to solve the issue? Which compilator are you using?
I haven't, but as I need only tonlib - I have compiled with the -DTON_ONLY_TONLIB=ON and it worked.
I still have the same issue. Why is it completed?
add -luring in the end, like: g++ main.cpp -luring.
While I am building using Cmake according to https://github.com/ton-blockchain/ton/tree/master/tonlib
Building process stops at:
My system: Arch Linux (5.18.15-arch1-2) on Intel
Could you please help me to fix it?