Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
This page will guide you through the process of setting up CLion for MXNet C++ development on Mac. It covers two different setups: a local 109445885 one, where both the coding and building are done in your laptop, and a remote setup. This second option is based on a new feature in CLion v2018.3 which enables remote project support.

...

Code Block
languagebash
themeMidnight
firstline1
cd incubator-mxnet
git secrets --install

Once the repo is being tracked, you can add different prohibited patterns for git-secrets to control. Check the documentation for further instructions on how to add patterns, exceptions and other utilities.

...

  1. Install the required tools (described in A.Step 3 of this guide - specific installation commands will vary, as the remote has to run Linux)  on your remote machine.
  2. Follow this tutorial from Jetbrains' website to setup a remote toolchain and configure the SSH connection, as well as the mappings (where your project will be located on the remote host).
  3. Set the appropriate CMake options. Section A.4.3 of this guide can be used s reference, although your options will depend on your remote host setup.

...