aaronmarkham commented on a change in pull request #12737: [MXNET-1017] 
Updating the readme file for cpp-package and adding readme file for example 
directory.
URL: https://github.com/apache/incubator-mxnet/pull/12737#discussion_r223770199
 
 

 ##########
 File path: cpp-package/README.md
 ##########
 @@ -1,21 +1,42 @@
 # MXNet C++ Package
 
-To build the C++ package, please refer to [this 
guide](<https://mxnet.incubator.apache.org/install/build_from_source#build-the-c-package>).
+The MXNet C++ Package provides C++ API bindings to the users of MXNet.  
Currently, these bindings are not available as standalone package.
+The users of these bindings are required to build this package as mentioned 
below.
 
-A basic tutorial can be found at 
<https://mxnet.incubator.apache.org/tutorials/c++/basics.html>.
+## Building C++ Package
 
-The example directory contains examples for you to get started.
+The cpp-package directory contains the implementation of C++ API. As mentioned 
above, users are required to build this directory or package before using it.
+**The cpp-package is built while building the MXNet shared library, 
*libmxnet.so*.**
+
+###Steps to build the C++ package:
+1.  Building the MXNet C++ package requires building MXNet from source.
+2.  Clone the MXNet github repository **recursively** to ensure the code in 
submodules is available for building MXNet.
 
 Review comment:
   Why not include the full clone command here?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to