Updated FreeBSD Build (markdown)

xmrig 2018-10-18 21:54:53 +07:00
parent e9c0ee7e56
commit f53b02bb0b

@ -44,4 +44,6 @@ make
* `-DWITH_AEON=OFF` Disable CryptoNight-Lite support.
* `-DWITH_HTTPD=OFF` Build without built-in httpd and API.
* `-DUV_LIBRARY=/usr/local/lib/libuv.a` Use static libuv version.
* `-DMHD_LIBRARY=/usr/local/lib/libmicrohttpd.a` Use static libmicrohttpd version.
* `-DMHD_LIBRARY=/usr/local/lib/libmicrohttpd.a` Use static libmicrohttpd version.
* `-DWITH_TLS=OFF` Disable SSL/TLS support.
* `-DWITH_ASM=OFF` Disable ASM accelerated `cryptonight/2`.