From bbc05ea2c28edc84e0656f8e635f99f186532112 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Sat, 4 Nov 2017 20:14:26 +0100 Subject: [PATCH] Added instructions for subrepo --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0facdbcd..23a250e5 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Full Windows/Linux compatible, and you can mix Linux and Windows miner on one XM **[Find HELP/HOWTO](https://github.com/Bendr0id/xmrigCC/wiki/)** +**When cloning make sure to used the option `--recursive`** ##### About XMRig @@ -146,6 +147,15 @@ Also you can use configuration via config file, default **[config.json](https:// * `--av=4` Lower power mode (double hash) of `3`. ## Common Issues +### "Cannot find source file.. src/cc/*" +* Please make sure that you use `--recursive` when cloning, otherwise the subrepo will not be cloned. + +``` +git clone --recursive https://github.com/Bendr0id/xmrigCC.git +``` + +* If you downloaded the source file package please download [xmrigCC-common](https://github.com/Bendr0id/xmrigCC-common) and extract to src/cc/ folder + ### XMRigMiner * XMRigMiner is just the worker, it is not designed to work standalone. Please start **XMRigDaemon** instead.