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/06/13 16:46:55 UTC

[GitHub] lanking520 commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP]

lanking520 commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP]
URL: https://github.com/apache/incubator-mxnet/pull/11152#discussion_r195157557
 
 

 ##########
 File path: docs/tutorials/scala/README.md
 ##########
 @@ -1,6 +1,34 @@
 # MXNet-Scala Tutorials
 
-* [Setup Scala with MXNet and Create a MXNet-Scala Project with IntelliJ](mxnet_scala_on_intellij.md)
+## Installation & Setup
+
+Using MXNet-Scala is easiest with Maven. Refer to the following tutorial to see how you can use Maven with IntelliJ.
+
+* [Setup Scala with MXNet and Create a MXNet-Scala Project with IntelliJ (macOS)](mxnet_scala_on_intellij.md)
+
+You can also build the Scala package yourself.
+
+### Build the MXNet Shared Library and Scala Package
+
+This depends on your operating system. Instructions for macOS, Ubuntu, and Windows are provided:
+
+| OS | Step 1 | Step 2 |
+|---|---|---|
+|macOS | [Shared Library for macOS](http://mxnet.incubator.apache.org/install/osx_setup.html#build-the-shared-library) | [Scala Package for macOS](http://mxnet.incubator.apache.org/install/osx_setup.html#install-the-mxnet-package-for-scala) |
 
 Review comment:
   Shall we keep the build from source as an alternative, if there are developers trying to use the most recent package?

----------------------------------------------------------------
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