From c1e53cf7c7fe5e16ada2715796c5266421e89c8b Mon Sep 17 00:00:00 2001 From: Genoil Date: Wed, 21 Sep 2016 10:58:18 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fc2c253..a94265f6f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Windows x64 binaries can be found in the /releases folder. ### Build options -- if you don't want/need CUDA support, use "-DBUNDLE=cminer" instead of "-DBUNDLE=ccudaminer". This will only compile OpenCL support +- if you don't want/need CUDA support, use "-DBUNDLE=miner" instead of "-DBUNDLE=cudaminer". This will only compile OpenCL support - to speed up compilation a bit or to support older CUDA shader models, you can add -DCOMPUTE=xx , where x is your CUDA GPU Compute version * 10. i.e -DCOMPUTE=52 for a GTX970. - you may disable stratum support by adding -DETH_STRATUM=0