miner icon indicating copy to clipboard operation
miner copied to clipboard

Building from source in Kali Linux not working

Open okoibraun opened this issue 2 years ago • 0 comments

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:

  1. sudo apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev
  2. git clone https://github.com/webchain-network/webchain-miner.git
  3. mkdir xmrig/build && cd xmrig/build
  4. cmake ..
  5. 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

Screenshots Screenshot_2024-02-07_18-36-10

Desktop (please complete the following information):

  • OS: [e.g. Kali Linux]

okoibraun avatar Feb 07 '24 17:02 okoibraun