You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/09/18 21:22:05 UTC

[GitHub] zhreshold commented on a change in pull request #12592: update docs to list cmake required for build from source page

zhreshold commented on a change in pull request #12592: update docs to list cmake required for build from source page
URL: https://github.com/apache/incubator-mxnet/pull/12592#discussion_r218599750
 
 

 ##########
 File path: docs/install/build_from_source.md
 ##########
 @@ -16,6 +16,8 @@ This document explains how to build MXNet from source code. Building MXNet from
 
 You need C++ build tools and a BLAS library to build the MXNet shared library. If you want to run MXNet with GPUs, you will need to install [NVDIA CUDA and cuDNN](https://developer.nvidia.com/cuda-downloads) first.
 
+You may use [GNU Make](https://www.gnu.org/software/make/) to build the library but [cmake](https://cmake.org/) is required
 
 Review comment:
   can you elaborate why cmake is required? I am building from source just fine with config.mk and make

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services