tonutils / reverse-proxy

Reverse proxy for TON sites
Apache License 2.0
93 stars 21 forks source link

Could NOT find Secp256k1 #9

Closed Jolymmiles closed 2 months ago

Jolymmiles commented 7 months ago

17.28 -- Performing Test USABLE_READLINE_FOUND - Success 17.31 CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): 17.31 Could NOT find Secp256k1 (missing: SECP256K1_INCLUDE_DIR SECP256K1_LIBRARY) 17.31 Call Stack (most recent call first): 17.31 /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE) 17.31 CMake/FindSecp256k1.cmake:27 (find_package_handle_standard_args) 17.31 crypto/CMakeLists.txt:322 (find_package) 17.31

xssnick commented 7 months ago

Hi, It looks like this error is from ton native c++ proxy, not this one. This repo is standalone golang implementation, it does not use cmake and c++ code. You can build it with just go build command.