I am struggling to do an initial build of the project from source on my Mac.
Instructions found in https://mxnet.apache.org/versions/1.6/get_started/osx_setup no longer work with the latest source as it looks like all the .mk fies were removed from source and build is done via cmake. Instruction in https://mxnet.apache.org/versions/1.6/get_started/build_from_source suggest looking at the location of .cmake files under `config` in source for instructions but there is not much instructions in there. I installed all the dependencies as instructed but running `cmake ..` fails with `Could not find nvcc, please set CUDAToolkit_ROOT`. I don't have `nvcc` installed, can i still build? What would be the right build configuration to use? As you can probably tell, I am no expert in this but hoping to learn more C++ by contributing, this seems like a right project to me as I'm already heavily using MXNet it as an end user. Thanks --- [Visit Topic](https://discuss.mxnet.io/t/how-to-build-latest-mxnet-from-source-on-mac-without-gpu/6558/1) or reply to this email to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.mxnet.io/email/unsubscribe/023d4904571367f21fd3689686b67e656d94b244c845cf16973b18abed200ec2).
