Skip to content

Commit

Permalink
Fix typo in ubuntu_setup.md (apache#17496)
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu authored and Ubuntu committed Feb 19, 2020
1 parent f09a555 commit 2e4d5ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/static_site/src/pages/get_started/ubuntu_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,12 @@ the guide in [Math Library Selection](build_from_source#math-library-selection).
rm -rf build
mkdir -p build && cd build
cmake -GNinja -C ../config.cmake ..
cmake --build
cmake --build . --parallel 8
```

You can increase the `--parallel 8` argument to match the number of processor
cores of your computer.

After a successful build, you will find the `libmxnet.so` in the `build` folder
in your MXNet project root. `libmxnet.so` is required to install language
bindings described in the next section.
Expand Down

0 comments on commit 2e4d5ba

Please sign in to comment.