Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

radiant-node install under ubuntu #13

Open
AlexanderGalchenko opened this issue Mar 18, 2023 · 1 comment
Open

radiant-node install under ubuntu #13

AlexanderGalchenko opened this issue Mar 18, 2023 · 1 comment

Comments

@AlexanderGalchenko
Copy link

MiniUPnPc - installed from apt-get.
How to solve this ?

cmake -GNinja .. -DBUILD_RADIANT_QT=OFF
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2")
-- Looking for __builtin_clz
-- Looking for __builtin_clz - found
-- Looking for __builtin_clzl
-- Looking for __builtin_clzl - found
-- Looking for __builtin_clzll
-- Looking for __builtin_clzll - found
-- Looking for __builtin_popcount
-- Looking for __builtin_popcount - found
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2") found components: Crypto
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Found Event: /usr/include (found suitable version "2.1.12", minimum required is "2.0.22") found components: event
-- Found Event: /usr/include (found suitable version "2.1.12", minimum required is "2.0.22") found components: pthreads
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find MiniUPnPc (missing: MiniUPnPc_INCLUDE_DIR) (Required is at
least version "1.5")

Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindMiniUPnPc.cmake:70 (find_package_handle_standard_args)
src/CMakeLists.txt:597 (find_package)

-- Configuring incomplete, errors occurred!

@Antares-RXD
Copy link
Contributor

What version of Ubuntu is it? Have you installed these libraries? You seem to be missing the libminiupnpc library.

sudo apt-get install build-essential cmake git libboost-chrono-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev libevent-dev libminiupnpc-dev libssl-dev libzmq3-dev help2man ninja-build python3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants