You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MXNET-299] Adding the Download page and linking it to the Install page (apache#10477)
* Adding the Download page and linking it to the Install page
* Removing the extra 'Download Source Package' section header
* Minor fixes to the download page and the reference to it
* Adding the GitHub repository link to the download page content
* Minor text fix in install/index
* Adding the download page in Step 4 for install
These source archives are generated from tagged releases. Updates and patches will not have been applied. For any updates refer to the corresponding branches in the [GitHub repository](https://github.com/apache/incubator-mxnet). Choose your flavor of download from the following links:
**Step 4** Download MXNet sources and build MXNet core shared library. You can clone the repository as described in the following code block, or you may try the <ahref="download.html">download links</a> for your desired MXNet version.
**Step 4** Download MXNet sources and build MXNet core shared library. You can clone the repository as described in the following code block, or you may try the <ahref="download.html">download links</a> for your desired MXNet version.
**Step 4** Download MXNet sources and build MXNet core shared library. You can clone the repository as described in the following code block, or you may try the <ahref="download.html">download links</a> for your desired MXNet version.
**Step 4** Download MXNet sources and build MXNet core shared library. You can clone the repository as described in the following code block, or you may try the <ahref="download.html">download links</a> for your desired MXNet version.
Copy file name to clipboardExpand all lines: docs/install/osx_setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Install the dependencies, required for MXNet, with the following commands:
74
74
```
75
75
76
76
### Build MXNet Shared Library
77
-
After you have installed the dependencies, pull the MXNet source code from Git and build MXNet to produce an MXNet library called ```libmxnet.so```.
77
+
After you have installed the dependencies, pull the MXNet source code from Git and build MXNet to produce an MXNet library called ```libmxnet.so```. You can clone the repository as described in the following code block, or you may try the <ahref="download.html">download links</a> for your desired MXNet version.
78
78
79
79
The file called ```osx.mk``` has the configuration required for building MXNet on OS X. First copy ```make/osx.mk``` into ```config.mk```, which is used by the ```make``` command:
0 commit comments