I am building on Ubuntu Linux.

I did the following: 
- clone mxnet and switched to the 1.7.0 branch path is `/opt/mxnet`
- create a build folder `mkdir build`
- run cmake with build flags from /opt/mxnet/build:
     -     cmake -DUSE_CUDA=1 \
             -DUSE_CUDNN=1 \
             -DMXNET_CUDA_ARCH=7.5 \
             -DUSE_OPENCV=1 \
             -DUSE_NCCL=1 \
             -DUSE_OPENMP=0 \
             ..
- run `cmake --build . --parallel 8`

but I get `make: *** No rule to make target 'build'.  Stop.`

am I in the wrong directory? Was I supposed to manually create a make file or?





---
[Visit 
Topic](https://discuss.mxnet.apache.org/t/what-are-the-actual-commands-to-build-from-source-on-linux/6881/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.apache.org/email/unsubscribe/b1965610eab37a6e28c5c39b12d3c4614695d8dddf5298e830ef1c307490be81).

Reply via email to