From 6d156fc6f70699feb07153b417ae53e75e902cfa Mon Sep 17 00:00:00 2001 From: xmrig Date: Fri, 16 Jun 2017 16:18:02 +0300 Subject: [PATCH] Updated Build (markdown) --- Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.md b/Build.md index 528dfb7..2c19f82 100644 --- a/Build.md +++ b/Build.md @@ -16,7 +16,7 @@ apt-get install gcc-7 g++-7 ``` When run cmake manually specify C and C++ compiler: ``` -cmake .. cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a +cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-7 -DCMAKE_CXX_COMPILER=g++-7 -DUV_LIBRARY=/usr/lib/x86_64-linux-gnu/libuv.a ``` ## Windows