-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Hello, I am trying to build from the source github and each time I run cmake .. it returns the error described below
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
- git clone https://github.com/webchain-network/webchain-miner.git
- mkdir xmrig/build && cd xmrig/build
- cmake ..
- see error
Error
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at src/3rdparty/libcpuid/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
-- Could NOT find MHD (missing: MHD_LIBRARY MHD_INCLUDE_DIR)
CMake Error at CMakeLists.txt:218 (message):
microhttpd NOT found: use -DWITH_HTTPD=OFF to build without http deamon
support
-- Configuring incomplete, errors occurred!
CMake Error: Unable to open check cache file for write. /home/okoibraun/miners/mintme/webchain-miner/build/CMakeFiles/cmake.check_cache
Desktop (please complete the following information):
- OS: [e.g. Kali Linux]
