Ubuntu 20.04 build instructions

This commit is contained in:
SChernykh
2021-08-22 19:22:40 +02:00
parent 510b7dbb85
commit 0c50451693
2 changed files with 23 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ include_directories(external/src/randomx/src)
if (WIN32)
set(LIBS ${LIBS} ws2_32 iphlpapi userenv psapi)
else()
set(LIBS ${LIBS} pthread)
set(LIBS ${LIBS} pthread gss dl)
endif()
if (CMAKE_CXX_COMPILER_ID MATCHES MSVC)