Xmrig: Could NOT find mhd (missing: MHD_INCLUDE_DIR MHD_LIBRARY)

Created on 16 Dec 2017  路  1Comment  路  Source: xmrig/xmrig

Im using macos sierra

and Im stock with the cmake .. command as it is prompting me this problem

-- Could NOT find mhd (missing: MHD_INCLUDE_DIR MHD_LIBRARY) 
CMake Error at CMakeLists.txt:195 (message):
  microhttpd NOT found: use `-DWITH_HTTPD=OFF` to build without http deamon
  support


-- Configuring incomplete, errors occurred!

Most helpful comment

apt install libmicrohttpd-dev

>All comments

apt install libmicrohttpd-dev

Was this page helpful?
0 / 5 - 0 ratings