From 0b96580b36703fc80b8b2c00fbdd1bea7e1153a3 Mon Sep 17 00:00:00 2001 From: Genoil Date: Tue, 19 Apr 2016 10:04:55 +0200 Subject: [PATCH] asd --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e5c1afb0..bd7cb52ee 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ In CUDA yes, in OpenCL only on Nvidia . - run [getstuff.bat](extdep/getstuff.bat) in [cpp-ethereum/extdep](extdep) - open a command prompt and navigate to cpp-ethereum directory -``` mkdir build +``` +mkdir build cd build cmake -DBUNDLE=cudaminer -G "Visual Studio 12 2013 Win64" .. ```