Skip to content

Building from source in Kali Linux not working #45

@okoibraun

Description

@okoibraun

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions